diff options
Diffstat (limited to 'common/util.cpp')
-rw-r--r-- | common/util.cpp | 1 |
1 files changed, 1 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}, |