You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using vue-i18n/dist/vue-i18n.runtime.esm-bundler.js the messages are not translated,
When using vue-i18n/dist/vue-i18n.esm-bundler.js they are translated correctly
I cannot use the version without runtime due to using CSP (I have removed it from my webpack config when reproducing this)
Expected behavior
Messages would be translated with both vue-i18n/dist/vue-i18n.runtime.esm-bundler.js and vue-i18n/dist/vue-i18n.esm-bundler.js correctly
For some reason, I cannot use html-webpack-plugin and unplugin-vue-i18n together to precompile the messages to work with .runtime causing the translations not to work.
Reporting a bug?
When using
vue-i18n/dist/vue-i18n.runtime.esm-bundler.js
the messages are not translated,When using
vue-i18n/dist/vue-i18n.esm-bundler.js
they are translated correctlyI cannot use the version without
runtime
due to using CSP (I have removed it from my webpack config when reproducing this)Expected behavior
Messages would be translated with both
vue-i18n/dist/vue-i18n.runtime.esm-bundler.js
andvue-i18n/dist/vue-i18n.esm-bundler.js
correctlyReproduction
Not working
console.log statements are not translated
Working
console.log statements are translated
System Info
Screenshot
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: