mirror of
https://github.com/arcan1s/qtadds-language.git
synced 2025-04-24 07:27:20 +00:00
update to better integration
This commit is contained in:
parent
335e73572e
commit
a119b60ed1
12
config.h
12
config.h
@ -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 */
|
14
language-config.h
Normal file
14
language-config.h
Normal 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 */
|
Loading…
Reference in New Issue
Block a user