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

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkongfl888 <kongfl888@outlook.com>2017-08-06 02:32:47 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2017-08-18 11:02:42 +0300
commitb8daabc9d3fd3d214e855bfd02ac79a306ab4aca (patch)
tree0198abaec0a9a2f8813d51c153e42af2867dd1b5
parente3c6f38a1b7a9f721227b7d0fd362ea4247a7bce (diff)
Isolangs: fixed Chinese lcid.
-rw-r--r--common/DSUtilLite/locale.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/DSUtilLite/locale.cpp b/common/DSUtilLite/locale.cpp
index b4868318..9f431652 100644
--- a/common/DSUtilLite/locale.cpp
+++ b/common/DSUtilLite/locale.cpp
@@ -108,7 +108,7 @@ static struct {LPCSTR name, iso6392, iso6391, iso6392_2; LCID lcid;} s_isolangs[
{"Chewa; Chichewa; Nyanja", "nya", "ny"},
{"Cheyenne", "chy", nullptr},
{"Chibcha", "chb", nullptr},
- {"Chinese", "chi", "zh", "zho", MAKELCID( MAKELANGID(LANG_CHINESE, SUBLANG_DEFAULT), SORT_DEFAULT)},
+ {"Chinese", "chi", "zh", "zho", MAKELCID( MAKELANGID(LANG_CHINESE, SUBLANG_NEUTRAL), SORT_DEFAULT)},
{"Chinook jargon", "chn", nullptr},
{"Chipewyan", "chp", nullptr},
{"Choctaw", "cho", nullptr},