started migrating frontend localization

This commit is contained in:
vabene1111
2021-04-11 17:02:52 +02:00
parent f81500ec99
commit cce373a522
13 changed files with 166 additions and 31 deletions

View File

@ -44,6 +44,14 @@ module.exports = {
],
}
},
pluginOptions: {
i18n: {
locale: 'en',
fallbackLocale: 'en',
localeDir: 'locales',
enableInSFC: true
}
},
chainWebpack: config => {
config.optimization.splitChunks({