maxerba pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=76384d7acecc746c20a43955a1778ff2dc309344
commit 76384d7acecc746c20a43955a1778ff2dc309344 Author: maxerba <[email protected]> Date: Mon Apr 13 14:14:28 2020 +0200 Fixed chinese locale definition from "Traditional Chinese" to "Simplified Chinese" as reported from 玉堂白鹤 --- 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 } }; --
