mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 22:53:06 -04:00
update icon for chinese traditional
This commit is contained in:
parent
0aa838acae
commit
5918d398db
1 changed files with 3 additions and 1 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue