fix: suppress i18n warnings

zio/stable
三咲智子 2022-12-03 01:23:47 +08:00
parent a17703d308
commit 1c5ecb678b
No known key found for this signature in database
GPG Key ID: 69992F2250DFD93E
1 changed files with 3 additions and 0 deletions

View File

@ -52,9 +52,12 @@ const i18n: NuxtI18nOptions = {
defaultLocale: 'en-US',
vueI18n: {
fallbackLocale: 'en-US',
fallbackWarn: false,
missingWarn: false,
datetimeFormats,
},
lazy: true,
}
export { i18n }