From a119b60ed10ba1d2b805ee6607178a699a726180 Mon Sep 17 00:00:00 2001 From: arcan1s Date: Wed, 27 Aug 2014 16:33:04 +0400 Subject: [PATCH] update to better integration --- config.h | 13 +------------ language-config.h | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 12 deletions(-) mode change 100644 => 120000 config.h create mode 100644 language-config.h diff --git a/config.h b/config.h deleted file mode 100644 index 9bc2d9f..0000000 --- a/config.h +++ /dev/null @@ -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 */ diff --git a/config.h b/config.h new file mode 120000 index 0000000..96c7c82 --- /dev/null +++ b/config.h @@ -0,0 +1 @@ +../language-config.h \ No newline at end of file diff --git a/language-config.h b/language-config.h new file mode 100644 index 0000000..948c39d --- /dev/null +++ b/language-config.h @@ -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 */