Skip to content

Commit 8e900db

Browse files
Firfrjc21
authored andcommitted
Add Chinese HelpDoc
1 parent 66aac3e commit 8e900db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/src/locale/src/HelpDoc/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import * as de from "./de/index";
22
import * as en from "./en/index";
33
import * as ja from "./ja/index";
4+
import * as zh from "./zh/index";
45

5-
const items: any = { en, de, ja };
6+
const items: any = { en, de, ja, zh };
67

78
const fallbackLang = "en";
89

0 commit comments

Comments
 (0)