Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/DSUtil/ISOLang.cpp')
-rw-r--r--src/DSUtil/ISOLang.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DSUtil/ISOLang.cpp b/src/DSUtil/ISOLang.cpp
index 2f384107b..7502313b9 100644
--- a/src/DSUtil/ISOLang.cpp
+++ b/src/DSUtil/ISOLang.cpp
@@ -119,8 +119,8 @@ namespace
{ "Chichewa; Chewa; Nyanja", "nya", "ny" },
{ "Chinese (traditional)", "zht", "zt", MAKELCID(MAKELANGID(LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL), SORT_DEFAULT) },
{ "Chinese bilingual", "zhe", "ze" },
- { "Chinese (simplified)", "chi", "zh", MAKELCID(MAKELANGID(LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED), SORT_DEFAULT) },
- { "Chinese", "zho", "zh", MAKELCID(MAKELANGID(LANG_CHINESE, SUBLANG_DEFAULT), SORT_DEFAULT) },
+ { "Chinese", "chi", "zh", MAKELCID(MAKELANGID(LANG_CHINESE, SUBLANG_NEUTRAL), SORT_DEFAULT) },
+ { "Chinese", "zho", "zh", MAKELCID(MAKELANGID(LANG_CHINESE, SUBLANG_NEUTRAL), SORT_DEFAULT) },
{ "Chinook jargon", "chn", "" },
{ "Chipewyan", "chp", "" },
{ "Choctaw", "cho", "" },