Skip to content

Commit

Permalink
fix: fallback lang didn't work lol
Browse files Browse the repository at this point in the history
  • Loading branch information
KTrain5169 committed Jul 22, 2024
1 parent 5f6865b commit f3ee780
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",
locale: "en",
fallbackLocale: "en-US",
locale: "en-US",
messages: {
"en-US": enUS,
"en-UD": enUD,
Expand Down

0 comments on commit f3ee780

Please sign in to comment.