mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 14:43:05 -04:00
update flag -> lang order
This commit is contained in:
parent
5918d398db
commit
2a6e54f580
1 changed files with 1 additions and 1 deletions
|
@ -424,9 +424,9 @@ module.exports.TRANSLATE_LANGUAGE_MAPPINGS = Object.freeze({
|
|||
"xh": "🇿🇦",
|
||||
"yo": "🇳🇬",
|
||||
"zu": "🇿🇦",
|
||||
"zh-TW": "🇨🇳",
|
||||
"zh": "🇨🇳",
|
||||
"zh-CN": "🇨🇳",
|
||||
"zh-TW": "🇨🇳",
|
||||
})
|
||||
|
||||
module.exports.TRANSLATE_LANGUAGES = Object.freeze({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue