ya submodules fix

This commit is contained in:
arcan1s
2014-08-27 17:07:00 +04:00
parent 4cf3c85070
commit fc3956caf1
2 changed files with 15 additions and 3 deletions

12
sources/3rdparty/language-config.h vendored Normal file
View File

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