keep English as default lang.
This commit is contained in:
parent
f64592e362
commit
c8e5a82d49
1 changed files with 2 additions and 1 deletions
|
@ -16,9 +16,10 @@
|
||||||
// 7 Italian
|
// 7 Italian
|
||||||
// 8 Portuguese
|
// 8 Portuguese
|
||||||
// 9 Finnish
|
// 9 Finnish
|
||||||
|
// 10 Aragonese
|
||||||
|
|
||||||
#ifndef LANGUAGE_CHOICE
|
#ifndef LANGUAGE_CHOICE
|
||||||
#define LANGUAGE_CHOICE 10 // Pick your language from the list above
|
#define LANGUAGE_CHOICE 1 // Pick your language from the list above
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define PROTOCOL_VERSION "1.0"
|
#define PROTOCOL_VERSION "1.0"
|
||||||
|
|
Reference in a new issue