From 3c36d670ab4788a46159ec338ed11f47b62f62a3 Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Fri, 23 Jun 2023 11:58:14 +0200 Subject: [PATCH] update language config for chinese --- labscore/constants.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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",