kazuya kawaguchi

Results 399 comments of kazuya kawaguchi

We might provide transformVT could have an option to make it available in global scope.

`@intlify/unplugin-vue-i18n` latest version will not still released ... We will release the latest version of `@intlify/unplugin-vue-i18n` with vue-i18n v10. nuxt i18n also needs a major release.

Thank you for your reporting! This issue is not with the nuxt i18n module, because you are prerendering the build with the `routeRules` option in order to make it work...

Thank you for your use-cases. Your reproduction of the routing strategy uses `prefix`. And your locale code is `en` and `he`. So you can prerender your application and build it...

Thank you for your reproduction! I've checked your reproduction you need to configure `vite.config.ts` the below: ```ts import { fileURLToPath, URL } from 'node:url'; import { defineConfig } from 'vite';...

Thank you for your reproduction! I'll try to reproduce in my local with `npm run build` and `npm run generate`. Unfortunately, I could not reproduce it. Looking at both builds...

Thank you for your feedback and pull-requesting! ❤️ I like your idea as it makes it easy to load locals. As you can see in the URL below, nuxt-i18n v9...

Thank you for your reporting! We are now going to work on nuxt-i18n v9. At that time we will also test it with nuxt4. Please wait!