feat(admin): Added Simplified Chinese support (#5798)

* feat(admin): Added Simplified Chinese support

* feat(admin): Update zh translation.json

* docs: Add Simplified Chinese to Admin language support list

* Revert "docs: Add Simplified Chinese to Admin language support list"

This reverts commit 51cca40211ac7e01ac7f78429107ace44785878a.
This commit is contained in:
Chris
2023-12-18 11:23:26 +01:00
committed by GitHub
parent 25dd570578
commit c444b036f7
2 changed files with 2015 additions and 0 deletions
File diff suppressed because it is too large Load Diff
+4
View File
@@ -69,6 +69,10 @@ export const supportedLanguages = [
{
locale: "ko",
name: "한국어"
},
{
locale: "zh",
name: "简体中文",
}
].sort((a, b) => a.locale.localeCompare(b.locale))