From 76384d7acecc746c20a43955a1778ff2dc309344 Mon Sep 17 00:00:00 2001 From: maxerba Date: Mon, 13 Apr 2020 14:14:28 +0200 Subject: [PATCH] =?UTF-8?q?Fixed=20chinese=20locale=20definition=20from=20?= =?UTF-8?q?"Traditional=20Chinese"=20to=20"Simplified=20Chinese"=20as=20re?= =?UTF-8?q?ported=20from=20=E7=8E=89=E5=A0=82=E7=99=BD=E9=B9=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/conf_intl/e_int_config_intl.c | 2 +- src/modules/wizard/page_010.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/conf_intl/e_int_config_intl.c b/src/modules/conf_intl/e_int_config_intl.c index 7ef2bf277..283fa50c9 100644 --- a/src/modules/conf_intl/e_int_config_intl.c +++ b/src/modules/conf_intl/e_int_config_intl.c @@ -139,7 +139,7 @@ const E_Intl_Pair basic_language_predefined_pairs[] = { {"sv_SE.UTF-8", "se_flag.png", "Svenska"}, {"tr_TR.UTF-8", "tr_flag.png", "Türkçe"}, {"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", "中文 (繁體)"}, { NULL, NULL, NULL } }; diff --git a/src/modules/wizard/page_010.c b/src/modules/wizard/page_010.c index 7eb6dca5d..0540a3eab 100644 --- a/src/modules/wizard/page_010.c +++ b/src/modules/wizard/page_010.c @@ -52,7 +52,7 @@ const E_Intl_Pair basic_language_predefined_pairs[] = {"sv_SE.UTF-8", "se_flag.png", "Svenska"}, {"tr_TR.UTF-8", "tr_flag.png", "Türkçe"}, {"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", "中文 (繁體)"}, { NULL, NULL, NULL } };