mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-06 00:49:58 +00:00
fix: suppress i18n warnings
This commit is contained in:
parent
a17703d308
commit
1c5ecb678b
1 changed files with 3 additions and 0 deletions
|
@ -52,9 +52,12 @@ const i18n: NuxtI18nOptions = {
|
|||
defaultLocale: 'en-US',
|
||||
vueI18n: {
|
||||
fallbackLocale: 'en-US',
|
||||
fallbackWarn: false,
|
||||
missingWarn: false,
|
||||
datetimeFormats,
|
||||
},
|
||||
lazy: true,
|
||||
|
||||
}
|
||||
|
||||
export { i18n }
|
||||
|
|
Loading…
Reference in a new issue