Skip to content

Commit

Permalink
Add Bulgarian
Browse files Browse the repository at this point in the history
  • Loading branch information
1Git2Clone committed Jul 30, 2024
1 parent d5b77e0 commit 4385b7c
Show file tree
Hide file tree
Showing 2 changed files with 317 additions and 0 deletions.
2 changes: 2 additions & 0 deletions expo47/src/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import * as Localization from "expo-localization"
import { getSetting } from "./setting/settingstore"
import { LOCALE_KEY } from "./setting"
import { I18n } from "i18n-js"
import bg from './locals/bg.json'
import en from "./locals/en.json"
import it from "./locals/it.json"
import fr from "./locals/fr.json"
Expand Down Expand Up @@ -33,6 +34,7 @@ function walkReverse(obj: object): object | string {
}

const i18n = new I18n({
bg,
fr,
en,
it,
Expand Down
Loading

0 comments on commit 4385b7c

Please sign in to comment.