Merge pull request 'refs #5736 fix: i18n broken test env' (!115) from 5736_i18n_broken_test into test
gitea/salix-front/pipeline/head This commit looks good Details

Reviewed-on: #115
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
This commit is contained in:
Javier Segarra 2023-12-07 06:40:15 +00:00
commit 716fdb75fb
1 changed files with 3 additions and 2 deletions

View File

@ -91,11 +91,12 @@ module.exports = configure(function (/* ctx */) {
vitePlugins: [
[
VueI18nPlugin,
VueI18nPlugin({
runtimeOnly: false
}),
{
// if you want to use Vue I18n Legacy API, you need to set `compositionOnly: false`
// compositionOnly: false,
// you need to set i18n resource including paths !
include: path.resolve(__dirname, './src/i18n/**'),
},