Browse Source

Update index.ts

angioletto 1 tháng trước cách đây
mục cha
commit
5288fbd7af
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      frontend/src/locale/src/HelpDoc/index.ts

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

@@ -1,9 +1,9 @@
 import * as de from "./de/index";
 import * as en from "./en/index";
 import * as ja from "./ja/index";
+import * as pl from "./pl/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, it };