diff --git a/labscore/constants.js b/labscore/constants.js index e66be2a..2501e4d 100644 --- a/labscore/constants.js +++ b/labscore/constants.js @@ -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",