I am using quasar CLI and have tried following these guides: https://vue-i18n.intlify.dev/guide/advanced/sfc.html#quasar-cli
but after adding the described npm module and the sections to my quasar.conf chainWebpack section no translations work at all. Event the $t('some.label') will no longer perform a translation which worked before.
Expected behavior
That the i18n tag gets resolved correctly into a span tag.
Reproduction
Hope Ill find time to provide a reproduction repo.
Reporting a bug?
Hello,
I wanted to use Component Interpolation as described here: https://vue-i18n.intlify.dev/guide/advanced/component.html When trying to use the tag inside by .vue files section the tag does not seem to get resolved at all.
Becomes;
In browser:
I am using quasar CLI and have tried following these guides: https://vue-i18n.intlify.dev/guide/advanced/sfc.html#quasar-cli but after adding the described npm module and the sections to my quasar.conf chainWebpack section no translations work at all. Event the
$t('some.label')
will no longer perform a translation which worked before.Expected behavior
That the i18n tag gets resolved correctly into a span tag.
Reproduction
Hope Ill find time to provide a reproduction repo.
System Info
Screenshot
No response
Additional context
No response
Validations