Fixed chinese locale definition from "Traditional Chinese" to "Simplified Chinese" as reported from 玉堂白鹤

This commit is contained in:
maxerba 2020-04-13 14:14:28 +02:00
parent 5853fca2d4
commit 76384d7ace
2 changed files with 2 additions and 2 deletions

View File

@ -139,7 +139,7 @@ const E_Intl_Pair basic_language_predefined_pairs[] = {
{"sv_SE.UTF-8", "se_flag.png", "Svenska"}, {"sv_SE.UTF-8", "se_flag.png", "Svenska"},
{"tr_TR.UTF-8", "tr_flag.png", "Türkçe"}, {"tr_TR.UTF-8", "tr_flag.png", "Türkçe"},
{"uk_UK.UTF-8", "ua_flag.png", "Українська мова"}, {"uk_UK.UTF-8", "ua_flag.png", "Українська мова"},
{"zh_CN.UTF-8", "cn_flag.png", "中文 (体)"}, {"zh_CN.UTF-8", "cn_flag.png", "中文 (体)"},
{"zh_TW.UTF-8", "tw_flag.png", "中文 (繁體)"}, {"zh_TW.UTF-8", "tw_flag.png", "中文 (繁體)"},
{ NULL, NULL, NULL } { NULL, NULL, NULL }
}; };

View File

@ -52,7 +52,7 @@ const E_Intl_Pair basic_language_predefined_pairs[] =
{"sv_SE.UTF-8", "se_flag.png", "Svenska"}, {"sv_SE.UTF-8", "se_flag.png", "Svenska"},
{"tr_TR.UTF-8", "tr_flag.png", "Türkçe"}, {"tr_TR.UTF-8", "tr_flag.png", "Türkçe"},
{"uk_UK.UTF-8", "ua_flag.png", "Українська мова"}, {"uk_UK.UTF-8", "ua_flag.png", "Українська мова"},
{"zh_CN.UTF-8", "cn_flag.png", "中文 (体)"}, {"zh_CN.UTF-8", "cn_flag.png", "中文 (体)"},
{"zh_TW.UTF-8", "tw_flag.png", "中文 (繁體)"}, {"zh_TW.UTF-8", "tw_flag.png", "中文 (繁體)"},
{ NULL, NULL, NULL } { NULL, NULL, NULL }
}; };