Skip to content

Commit 5d240c4

Browse files
Fix format prettier again
1 parent f81d820 commit 5d240c4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/node/i18n/index.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import i18next, { init } from "i18next";
2-
import * as en from "./locales/en.json";
3-
import * as zhCn from "./locales/zh-cn.json";
4-
import * as th from "./locales/th.json";
1+
import i18next, { init } from "i18next"
2+
import * as en from "./locales/en.json"
3+
import * as zhCn from "./locales/zh-cn.json"
4+
import * as th from "./locales/th.json"
55
init({
66
lng: "en",
77
fallbackLng: "en", // language to use if translations in user language are not available.
@@ -19,6 +19,6 @@ init({
1919
translation: th,
2020
},
2121
},
22-
});
22+
})
2323

24-
export default i18next;
24+
export default i18next

0 commit comments

Comments
 (0)