update to better integration

This commit is contained in:
arcan1s 2014-08-27 16:33:04 +04:00
parent 335e73572e
commit a119b60ed1
2 changed files with 15 additions and 12 deletions

View File

@ -1,12 +0,0 @@
#ifndef LANGUAGE_CONFIG_H
#define LANGUAGE_CONFIG_H
// put your languages here comma separated
// the first language is default language
#define LANGUAGES "en"
// language key in the configuration file
#define LANGUAGE_KEY "LANGUAGE"
#endif /* LANGUAGE_CONFIG_H */

1
config.h Symbolic link
View File

@ -0,0 +1 @@
../language-config.h

14
language-config.h Normal file
View File

@ -0,0 +1,14 @@
// this is an example config
// put this file into ../
#ifndef LANGUAGE_CONFIG_H
#define LANGUAGE_CONFIG_H
// put your languages here comma separated
// the first language is default language
#define LANGUAGES "en"
// language key in the configuration file
#define LANGUAGE_KEY "LANGUAGE"
#endif /* LANGUAGE_CONFIG_H */