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:
authorclsid2 <clsid2@users.sourceforge.net>2017-07-30 21:37:02 +0300
committerKacper Michajłow <kasper93@users.noreply.github.com>2017-08-02 00:21:24 +0300
commit9010c14c9fb3989d67d8424a72cbf26009564c15 (patch)
tree09f509a03aa710d087d2c8d65cd6044363e60a7d
parent57e7ee54ffeb60ee0699401be4b56b5e2a7b3958 (diff)
Fix Chinese LCID values
-rw-r--r--src/DSUtil/ISOLang.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/DSUtil/ISOLang.cpp b/src/DSUtil/ISOLang.cpp
index a324602f8..2f384107b 100644
--- a/src/DSUtil/ISOLang.cpp
+++ b/src/DSUtil/ISOLang.cpp
@@ -117,10 +117,10 @@ namespace
{ "Cheyenne", "chy", "" },
{ "Chibcha", "chb", "" },
{ "Chichewa; Chewa; Nyanja", "nya", "ny" },
- { "Chinese (traditional)", "zht", "zt" },
+ { "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_DEFAULT), SORT_DEFAULT) },
- { "Chinese", "zho", "zh" },
+ { "Chinese (simplified)", "chi", "zh", MAKELCID(MAKELANGID(LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED), SORT_DEFAULT) },
+ { "Chinese", "zho", "zh", MAKELCID(MAKELANGID(LANG_CHINESE, SUBLANG_DEFAULT), SORT_DEFAULT) },
{ "Chinook jargon", "chn", "" },
{ "Chipewyan", "chp", "" },
{ "Choctaw", "cho", "" },