Skip to content

Commit

Permalink
Merge pull request #79654 from timothyqiu/han
Browse files Browse the repository at this point in the history
Fix script name of Hant and Hans
  • Loading branch information
YuriSizov committed Aug 1, 2023
2 parents 1c40263 + 52cdba6 commit 8654ba1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/string/locales.h
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down Expand Up @@ -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" },
Expand Down

0 comments on commit 8654ba1

Please sign in to comment.