Skip to content

Commit

Permalink
fix: ...
Browse files Browse the repository at this point in the history
  • Loading branch information
KTrain5169 committed Jul 27, 2024
1 parent def095f commit 9a0b258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions i18n/i18n.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import ptBR from "./lang/pt-BR.json"

export default defineI18nConfig(() => ({
legacy: false,
fallbackLocale: "en-US",
locale: "en-US",
fallbackLocale: "en",
locale: "en",
messages: {
en: enUS,
"en-UD": enUD,
Expand Down

0 comments on commit 9a0b258

Please sign in to comment.