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:
authorkongfl888 <kongfl888@outlook.com>2017-08-06 01:44:21 +0300
committerKacper Michajłow <kasper93@users.noreply.github.com>2017-08-15 23:50:27 +0300
commit3742fbab816b1acac3c22bebda45cd4af81b2766 (patch)
tree9e5d358a32af08a14f0a219aeae56906217d674a
parent4710d66dff7a2bba5a8091aa2b4abe0323b6f52a (diff)
Adjust ISOLang of chinese.
-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", "" },