update language config for chinese

This commit is contained in:
derpystuff 2023-06-23 11:58:14 +02:00
parent 631f6a1f21
commit 3c36d670ab

View file

@ -423,7 +423,8 @@ module.exports.TRANSLATE_LANGUAGE_MAPPINGS = Object.freeze({
"cy": "🏴󠁧󠁢󠁷󠁬󠁳󠁿", "cy": "🏴󠁧󠁢󠁷󠁬󠁳󠁿",
"xh": "🇿🇦", "xh": "🇿🇦",
"yo": "🇳🇬", "yo": "🇳🇬",
"zu": "🇿🇦" "zu": "🇿🇦",
"zh": "🇨🇳"
}) })
module.exports.TRANSLATE_LANGUAGES = Object.freeze({ module.exports.TRANSLATE_LANGUAGES = Object.freeze({
@ -445,7 +446,8 @@ module.exports.TRANSLATE_LANGUAGES = Object.freeze({
"bg": "Bulgarian", "bg": "Bulgarian",
"ca": "Catalan", "ca": "Catalan",
"ceb": "Cebuano", "ceb": "Cebuano",
"zh-CN or zh": "Chinese (Simplified)", "zh-CN": "Chinese",
"zh": "Chinese",
"zh-TW": "Chinese (Traditional)", "zh-TW": "Chinese (Traditional)",
"co": "Corsican", "co": "Corsican",
"hr": "Croatian", "hr": "Croatian",