mirror of
https://github.com/arcan1s/qtadds.git
synced 2025-04-24 15:27:20 +00:00
13 lines
269 B
C
13 lines
269 B
C
#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 */
|