Skip to content

Commit

Permalink
Update i18n config with locale fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KTrain5169 authored Aug 27, 2024
1 parent 57bfedd commit e3ae85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i18n/i18n.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import ukUA from "./lang/uk-UA.json"
export default defineI18nConfig(() => ({
legacy: false,
fallbackLocale: "en-US",
locale: "en",
locale: "en-US",
messages: {
"en-US": enUS,
"en-UD": enUD,
Expand Down

0 comments on commit e3ae85d

Please sign in to comment.