kazuya kawaguchi

Results 245 comments of kazuya kawaguchi

I think you can use custom formatting of NumberFormat component https://vue-i18n.intlify.dev/guide/essentials/number.html#custom-formatting for example: ```vue {{ slotProps. currency }} ```

This is issue of bunle-tools, so move to it

Thank you for your reporting! hmm, 🤔 we need yaml-style i18n locale messages that are not processed by vue-i18n need to be ignored and pipelined with the rest of the...

Thank you for your reporting. However, We need minimum reproduction codes with the repository, so we could not reproduce Could you provide it for us, please?

@santiagoarizti Thank you for your proposal! That sounds good to me! I think your suggestion is great because it can support for JetBrains to handle it without having to modify...

Thank you for your reporting! This issue is not vue-i18n, but `@intlify/nuxt3` I'll transfer to there. By the way, I'm currently working with the nuxt/i18n maintainer to develop nuxt 3...

@PeterAlfredLee Oh... I forgot it use the function at `watch` 😅 Thanks! So, I'll update the new workaround with your suggestion. 😉

Thank you for your reporting! I've just tried to reproduce this issue, but I could not reproduce it. 😞 Could you give us your minimum reproduction codes (repo) please?

Thank you for your reporting! This issue is bug with vue-i18n v8 + vue-i18n-bridge I’ll try to fix this issue.

As a workaround, you can use `useScope: true` for `useI18n`. Along with this option, the `messages` option will override any global scope definitions.