From 52cdba6def33fd37f64dcb46dffe2362ac57e40b Mon Sep 17 00:00:00 2001 From: Haoyu Qiu Date: Wed, 19 Jul 2023 18:11:44 +0800 Subject: [PATCH] Fix script name of Hant and Hans --- core/string/locales.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/string/locales.h b/core/string/locales.h index 8a7efb4fd1c4..840fca65a714 100644 --- a/core/string/locales.h +++ b/core/string/locales.h @@ -1057,8 +1057,8 @@ static const char *script_list[][2] = { { "Hangul", "Hang" }, { "Han", "Hani" }, { "Hanunoo", "Hano" }, - { "Simplified", "Hans" }, - { "Traditional", "Hant" }, + { "Simplified Han", "Hans" }, + { "Traditional Han", "Hant" }, { "Hatran", "Hatr" }, { "Hebrew", "Hebr" }, { "Hiragana", "Hira" }, @@ -1110,7 +1110,7 @@ static const char *script_list[][2] = { { "Mro", "Mroo" }, { "Meitei Mayek", "Mtei" }, { "Multani", "Mult" }, - { "Myanmar (Burmese)", "Mymr" }, + { "Myanmar / Burmese", "Mymr" }, { "​Nag Mundari", "Nagm" }, { "Nandinagari", "Nand" }, { "Old North Arabian", "Narb" },