fix(i18n): fallback to english when key doesn't exist

This commit is contained in:
Fernando Fernández 2020-11-14 23:26:18 +01:00 committed by MrTimscampi
parent e2a1d4182a
commit b9a4cf8184

View File

@ -148,7 +148,11 @@ const config: NuxtConfig = {
],
lazy: true,
langDir: 'locales/',
strategy: 'no_prefix'
strategy: 'no_prefix',
defaultLocale: 'en',
vueI18n: {
fallbackLocale: 'en'
}
},
/*
** vuetify module configuration