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 f81d820 commit 5d240c4Copy full SHA for 5d240c4
src/node/i18n/index.ts
@@ -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";
+import i18next, { init } from "i18next"
+import * as en from "./locales/en.json"
+import * as zhCn from "./locales/zh-cn.json"
+import * as th from "./locales/th.json"
5
init({
6
lng: "en",
7
fallbackLng: "en", // language to use if translations in user language are not available.
@@ -19,6 +19,6 @@ init({
19
translation: th,
20
},
21
22
-});
+})
23
24
-export default i18next;
+export default i18next
0 commit comments