Skip to content

Commit a895812

Browse files
authored
Update index.ts
1 parent 3c33be7 commit a895812

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/node/i18n/index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import * as en from "./locales/en.json"
33
import * as ja from "./locales/ja.json"
44
import * as th from "./locales/th.json"
55
import * as zhCn from "./locales/zh-cn.json"
6+
import * as ur from "./locales/ur.json"
7+
68
init({
79
lng: "en",
810
fallbackLng: "en", // language to use if translations in user language are not available.
@@ -22,6 +24,9 @@ init({
2224
ja: {
2325
translation: ja,
2426
},
27+
ur: {
28+
translation: ur
29+
}
2530
},
2631
})
2732

0 commit comments

Comments
 (0)