mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 14:13:02 -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": "🏴",
|
"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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue