Skip to content

Commit

Permalink
Avoid extensive warnings during fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
gb-beng committed Dec 6, 2024
1 parent 1dba3b1 commit 14dbd52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions i18n/i18n.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ export default defineI18nConfig(() => ({
legacy: false,
locale: 'en',
fallbackLocale: 'en',
missingWarn: false,
fallbackWarn: false,
messages: {
en,
nl,
Expand Down

0 comments on commit 14dbd52

Please sign in to comment.