Adding strictMessage: false to VueI18nPlugin in quasar.config.js #15824
Answered
by
alexrififi
anli-xsigns
asked this question in
CLI - PWA mode
Replies: 1 comment
-
// quasar.config.js
vitePlugins: [
[
'@intlify/vite-plugin-vue-i18n',
{
strictMessage: false,
},
],
] |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rstoenescu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
according to https://stackoverflow.com/questions/75922094/how-can-i-use-vue-i18n-in-vite-to-translate-html I have to add
to my vite config. How can I achieve this via quasar.config.js -> build -> extendViteConf as described in https://quasar.dev/quasar-cli-vite/handling-vite/? Any help is highly appreciated. Thanks a lot in advance!
Beta Was this translation helpful? Give feedback.
All reactions