mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 06:03:04 -04:00
update language config for chinese
This commit is contained in:
parent
631f6a1f21
commit
3c36d670ab
1 changed files with 4 additions and 2 deletions
|
@ -423,7 +423,8 @@ module.exports.TRANSLATE_LANGUAGE_MAPPINGS = Object.freeze({
|
|||
"cy": "🏴",
|
||||
"xh": "🇿🇦",
|
||||
"yo": "🇳🇬",
|
||||
"zu": "🇿🇦"
|
||||
"zu": "🇿🇦",
|
||||
"zh": "🇨🇳"
|
||||
})
|
||||
|
||||
module.exports.TRANSLATE_LANGUAGES = Object.freeze({
|
||||
|
@ -445,7 +446,8 @@ module.exports.TRANSLATE_LANGUAGES = Object.freeze({
|
|||
"bg": "Bulgarian",
|
||||
"ca": "Catalan",
|
||||
"ceb": "Cebuano",
|
||||
"zh-CN or zh": "Chinese (Simplified)",
|
||||
"zh-CN": "Chinese",
|
||||
"zh": "Chinese",
|
||||
"zh-TW": "Chinese (Traditional)",
|
||||
"co": "Corsican",
|
||||
"hr": "Croatian",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue