update icon for chinese traditional

This commit is contained in:
derpystuff 2023-06-23 12:01:02 +02:00
parent 0aa838acae
commit 5918d398db

View file

@ -424,7 +424,9 @@ module.exports.TRANSLATE_LANGUAGE_MAPPINGS = Object.freeze({
"xh": "🇿🇦",
"yo": "🇳🇬",
"zu": "🇿🇦",
"zh": "🇨🇳"
"zh": "🇨🇳",
"zh-CN": "🇨🇳",
"zh-TW": "🇨🇳",
})
module.exports.TRANSLATE_LANGUAGES = Object.freeze({