Skip to content

Commit 8d8463a

Browse files
Add Italian language support to HelpDoc
1 parent 8774cfe commit 8d8463a

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
@@ -4,8 +4,9 @@ import * as ja from "./ja/index";
44
import * as sk from "./sk/index";
55
import * as zh from "./zh/index";
66
import * as pl from "./pl/index";
7+
import * as it from "./it/index";
78

8-
const items: any = { en, de, ja, sk, zh, pl };
9+
const items: any = { en, de, ja, sk, zh, pl, it };
910

1011
const fallbackLang = "en";
1112

0 commit comments

Comments
 (0)