Skip to content

Commit

Permalink
i18n.ts formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
erosson authored Aug 5, 2024
1 parent 4385b7c commit c4818e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion expo47/src/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +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 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

0 comments on commit c4818e0

Please sign in to comment.