Added Simplified Chinese language support (#921)

Added Simplified Chinese language support
This commit is contained in:
Joleen Knepp
2024-08-21 12:17:31 +08:00
committed by GitHub
parent 58edd262b0
commit 6a0d2e8ee5
3 changed files with 194 additions and 1 deletions
+1
View File
@@ -7,6 +7,7 @@ export const supportedLanguages = {
"en": "English",
"ja": "日本語",
"he": "עברית",
"zh": "简体中文"
} as const;
i18n