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

enlightenment-0.24
maxerba 3 years ago
parent 5853fca2d4
commit 76384d7ace
  1. 2
      src/modules/conf_intl/e_int_config_intl.c
  2. 2
      src/modules/wizard/page_010.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 }
};

@ -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 }
};

Loading…
Cancel
Save