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 0bcfe0b commit 5288fbdCopy full SHA for 5288fbd
frontend/src/locale/src/HelpDoc/index.ts
@@ -1,9 +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 pl from "./pl/index";
5
import * as sk from "./sk/index";
6
import * as zh from "./zh/index";
-import * as pl from "./pl/index";
7
import * as it from "./it/index";
8
9
const items: any = { en, de, ja, sk, zh, pl, it };
0 commit comments