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 */