Skip to content

Commit 5288fbd

Browse files
Update index.ts
1 parent 0bcfe0b commit 5288fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +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 pl from "./pl/index";
45
import * as sk from "./sk/index";
56
import * as zh from "./zh/index";
6-
import * as pl from "./pl/index";
77
import * as it from "./it/index";
88

99
const items: any = { en, de, ja, sk, zh, pl, it };

0 commit comments

Comments
 (0)