This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository enlightenment.
View the commit online.
commit d8acc8d563f00504028ece5ae35c3203c4113909
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Sat Jul 1 19:02:55 2023 +0100
fix ukrainian lang entry to uk_UA from uk_UK
---
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 62a48ca5b..5e0cf8608 100644
--- a/src/modules/conf_intl/e_int_config_intl.c
+++ b/src/modules/conf_intl/e_int_config_intl.c
@@ -140,7 +140,7 @@ const E_Intl_Pair basic_language_predefined_pairs[] = {
{"sl_SI.UTF-8", "si_flag.png", "Slovenščina"},
{"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", "Українська мова"},
+ {"uk_UA.UTF-8", "ua_flag.png", "Українська мова"},
{"vi_VN UTF-8", "vn_flag.png", "Tiếng Việt"},
{"zh_CN.UTF-8", "cn_flag.png", "中文 (简体)"},
{"zh_TW.UTF-8", "tw_flag.png", "中文 (繁體)"},
diff --git a/src/modules/wizard/page_010.c b/src/modules/wizard/page_010.c
index c18057143..dfd4a69f6 100644
--- a/src/modules/wizard/page_010.c
+++ b/src/modules/wizard/page_010.c
@@ -54,7 +54,7 @@ const E_Intl_Pair basic_language_predefined_pairs[] =
{"sl_SI.UTF-8", "si_flag.png", "Slovenščina"},
{"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", "Українська мова"},
+ {"uk_UA.UTF-8", "ua_flag.png", "Українська мова"},
{"vi_VN UTF-8", "vn_flag.png", "Tiếng Việt"},
{"zh_CN.UTF-8", "cn_flag.png", "中文 (简体)"},
{"zh_TW.UTF-8", "tw_flag.png", "中文 (繁體)"},
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.