fix: suppress i18n warnings

This commit is contained in:
三咲智子 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

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 }