Skip to content

Commit

Permalink
Run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
code-asher committed Sep 23, 2023
1 parent a895812 commit 47836a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/node/i18n/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import i18next, { init } from "i18next"
import * as en from "./locales/en.json"
import * as ja from "./locales/ja.json"
import * as th from "./locales/th.json"
import * as zhCn from "./locales/zh-cn.json"
import * as ur from "./locales/ur.json"
import * as zhCn from "./locales/zh-cn.json"

init({
lng: "en",
Expand All @@ -25,8 +25,8 @@ init({
translation: ja,
},
ur: {
translation: ur
}
translation: ur,
},
},
})

Expand Down

0 comments on commit 47836a9

Please sign in to comment.