diff options
| author | Yuri Sizov <yuris@humnom.net> | 2023-08-01 17:25:21 +0200 |
|---|---|---|
| committer | Yuri Sizov <yuris@humnom.net> | 2023-08-01 17:25:21 +0200 |
| commit | 8654ba130b11b60e3994f3feea799f57ae12ac60 (patch) | |
| tree | 5feb0a0dc0bba1bc2c8d8976448a2ec0b1f85438 /core/string | |
| parent | 1c4026366573f74d6a316cbdd2029758e77f92db (diff) | |
| parent | 52cdba6def33fd37f64dcb46dffe2362ac57e40b (diff) | |
| download | redot-engine-8654ba130b11b60e3994f3feea799f57ae12ac60.tar.gz | |
Merge pull request #79654 from timothyqiu/han
Fix script name of Hant and Hans
Diffstat (limited to 'core/string')
| -rw-r--r-- | core/string/locales.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/string/locales.h b/core/string/locales.h index 8a7efb4fd1..840fca65a7 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" }, |
