Skip to content

Commit 47836a9

Browse files
committed
Run formatter
1 parent a895812 commit 47836a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/node/i18n/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import i18next, { init } from "i18next"
22
import * as en from "./locales/en.json"
33
import * as ja from "./locales/ja.json"
44
import * as th from "./locales/th.json"
5-
import * as zhCn from "./locales/zh-cn.json"
65
import * as ur from "./locales/ur.json"
6+
import * as zhCn from "./locales/zh-cn.json"
77

88
init({
99
lng: "en",
@@ -25,8 +25,8 @@ init({
2525
translation: ja,
2626
},
2727
ur: {
28-
translation: ur
29-
}
28+
translation: ur,
29+
},
3030
},
3131
})
3232

0 commit comments

Comments
 (0)