소스 검색

Add Italian language support to HelpDoc

angioletto 1 개월 전
부모
커밋
8d8463ae41
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      frontend/src/locale/src/HelpDoc/index.ts

+ 2 - 1
frontend/src/locale/src/HelpDoc/index.ts

@@ -4,8 +4,9 @@ import * as ja from "./ja/index";
 import * as sk from "./sk/index";
 import * as zh from "./zh/index";
 import * as pl from "./pl/index";
+import * as it from "./it/index";
 
-const items: any = { en, de, ja, sk, zh, pl };
+const items: any = { en, de, ja, sk, zh, pl, it };
 
 const fallbackLang = "en";