kazuya kawaguchi
kazuya kawaguchi
Thank you for your reporting! We need your minimal reproduction. Could you give about it please?
`@` is special character You can see the docs https://vue-i18n.intlify.dev/guide/essentials/syntax.html#special-characters You can avoid with literal interpolation https://vue-i18n.intlify.dev/guide/essentials/syntax.html#literal-interpolation Thanks!
Thank you for your reporting! Ah… I’ve forgot for the case where the message functions were directly in the locale 😅 I'll fix this issue.
Thank you for your reporting! Could you give us **minimum reproduction** code via GitHub or StackBliz plaese? 🙏 Issue reporting guidline said: >Please provide a link to a repo that...
`@intlify/vite-plugin-vue-i18n` is not supported on vite 4 please you would use `@intlify/unplugin-vue-i18n` https://github.com/intlify/bundle-tools#-packages
Hmm, this issue is difficult to resolve quickly. 🤔 I am not familiar with unocss, and I don't know if the TransformerVariantGroup transform is handling the sourcemap. 😅 unplugin-vue-i18n complies...
Thank you for your kind reply. I understand that unjs is also used in other ecosystems, including nuxt. The effort to remove providers for a 1KB reduction is indeed over-engineering...
Thank you for your PR! I don't get why you can't reuse the same i18n instance. Could you provide more explanation please?
@exoego same PR is sent to vue-router. https://github.com/vuejs/vue-router/pull/2791 personally, I don't prefer micro-frontend, because it's complicated. If the vue.js official ecosystem supports micro-frontend (if vue-router will be merged), vue-i18n follows...
Thank you for your reporting! This is upstream issue. Currently, if you want to use global custom block resources with `$t`, you need to do `useI18n({ useScope: 'global' })` as...