feat(i18n): enabled fallback
This commit is contained in:
parent
793ae3cb4e
commit
00ae9d0b6c
|
@ -90,10 +90,13 @@ export default defineNuxtConfig({
|
||||||
].sort((a, b) => a.code.localeCompare(b.code)),
|
].sort((a, b) => a.code.localeCompare(b.code)),
|
||||||
strategy: 'no_prefix',
|
strategy: 'no_prefix',
|
||||||
detectBrowserLanguage: false,
|
detectBrowserLanguage: false,
|
||||||
// TODO:
|
|
||||||
// lazy: true,
|
|
||||||
langDir: 'locales',
|
langDir: 'locales',
|
||||||
defaultLocale: 'en-US',
|
defaultLocale: 'en-US',
|
||||||
|
vueI18n: {
|
||||||
|
fallbackLocale: 'en-US',
|
||||||
|
},
|
||||||
|
// TODO:
|
||||||
|
// lazy: true,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue