kazuya kawaguchi

Results 399 comments of kazuya kawaguchi

Sorry, recently, I'm really busy @nuxtjs/i18n and conference preparation (I'm organizer of vue fes japan). nuxtjs/i18n v8 beta releasing & the conference is over, I will be back on vue-i18n...

I think It would be nice to support an `exclude` option, like rollup's `@rollup/json` plugin. https://github.com/rollup/plugins/tree/master/packages/json#exclude If we don’t specify it, it would be nice to exclude the default `node_modules`.

Thank you for your feedback! sorry, poor vue-i18n API docs. `availableLocales` API docs is here: https://vue-i18n.intlify.dev/api/composition.html#composer `availableLocales` is read only, so we can set to it. `availableLocales` calculates valid locale...

I've come back from sick. I could check your repo. Could you give us your repro repo again, please? 🙏 If you cannot provide it, we will close this issue.

vue-i18n v9.3 beta has been already released. you can try to use it!

Thank you for your reporting! >I noticed that the defineCompoment wrapper is Annotated, is there any possibility to make it back? Yeah, It's at the following URL and is currently...

Thank you for your reporting as always! I've checked this issue on your repo. I could see the same error. Error code `17` is defined at here https://github.com/intlify/vue-i18n-next/blob/master/packages/vue-i18n-core/src/errors.ts#L20 And, the...

Thank you for your reporting! I could reproduce that issue. This error occurs in `@intlify/vite-plugin-vue-i18n` v7.0.0-beta So, I'll fix this issue.

Thank you for your reporting! This is weird behavior... I'll try to find out cause, and we will try to fix, if we will be able to find out.