We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66aac3e commit 8e900dbCopy full SHA for 8e900db
frontend/src/locale/src/HelpDoc/index.ts
@@ -1,8 +1,9 @@
1
import * as de from "./de/index";
2
import * as en from "./en/index";
3
import * as ja from "./ja/index";
4
+import * as zh from "./zh/index";
5
-const items: any = { en, de, ja };
6
+const items: any = { en, de, ja, zh };
7
8
const fallbackLang = "en";
9
0 commit comments