Divide Chinese locales into 2 variants (#1290)

This commit is contained in:
toto6038 2022-05-31 14:58:32 +08:00 committed by GitHub
parent c75e6a1da3
commit 4448dd2ef4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -180,5 +180,6 @@
{"abbr": "yi", "lang": "Yiddish"},
{"abbr": "yo", "lang": "Yoruba"},
{"abbr": "za", "lang": "Zhuang"},
{"abbr": "zh", "lang": "Chinese"},
{"abbr": "zu", "lang": "Zulu"}]
{"abbr": "zh-TW", "lang": "Traditional Chinese"},
{"abbr": "zh-CN", "lang": "Simplified Chinese"},
{"abbr": "zu", "lang": "Zulu"}]