diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/util.cpp | 1 | ||||
-rw-r--r-- | common/util.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/common/util.cpp b/common/util.cpp index da6e41544f..a0399315d8 100644 --- a/common/util.cpp +++ b/common/util.cpp @@ -181,6 +181,7 @@ uint RandomSource::getRandomNumberRng(uint min, uint max) { const LanguageDescription g_languages[] = { + {"zh-cn", "Chinese (China)", ZH_CNA}, {"zh", "Chinese (Taiwan)", ZH_TWN}, {"cz", "Czech", CZ_CZE}, {"nl", "Dutch", NL_NLD}, diff --git a/common/util.h b/common/util.h index 93ce2f2989..8e7b2555d1 100644 --- a/common/util.h +++ b/common/util.h @@ -154,6 +154,7 @@ public: * List of game language. */ enum Language { + ZH_CNA, ZH_TWN, CZ_CZE, NL_NLD, |