kazuya kawaguchi

Results 399 comments of kazuya kawaguchi

Thank you for your feeback! As the reason provide `te`, simply because we want to detect if a message exists for the current local, or for the locale specified in...

Closing due to inactivity. Please open a new issue with a reference to this one if you can follow up with more information and **reproduction**. Thanks!

Hmm, `Maximum call stack size exceeded` in unit test... ``` RangeError: Maximum call stack size exceeded ❯ Object.i18n.install packages/vue-i18n-core/src/i18n.ts:685:38 683| } 684| // make the install function synchronous to be...

Hmm 🤔 This is strange... rollup v4.18 could not import resources in relative paths... https://github.com/nuxt-modules/i18n/actions/runs/9775263922/job/26985312555#step:11:2032

I've added console.log on unplugin-vue-i18n. I've faced the below log: ``` resolveId ../../../layers/layer-server/app/locales/en.json5 /path/to/Projects/oss/nuxt/i18n/specs/fixtures/basic_usage/.nuxt/___basic_usage_spec_ts/i18n.options.mjs resolveId ../../../layers/layer-server/app/locales/en.json5 /path/to/Projects/oss/nuxt/i18n/node_modules/.pnpm/[email protected]_@[email protected]_@[email protected]_@types+no_3dkmkqqbk22rzp2kskenwj4dky/node_modules/nuxt-nightly ``` I can't understand why `en.json5` is importing from `nuxt-nightly`. 😅

@BobbieGoede Thanks! Oh, I missed the `srcDir` change ... 🤦‍♂️ The build of the nuxt docs is failing. It seems that nuxt modules that depend on them have not yet...

Thank you for your reporting! Unfortunately, We could not reproduce your reproduction. 😞 Could you give us your minimal new reproduction? 🙏

Thank you for your reporting! I'll start to find out the cause and fix. please just a wait.

Hi! When the component test was run, I noticed that the nuxt i18n plugin was not running 🤔 vue-i18n is a runtime side plugin of nuxt i18n that runs `createI18n`....

workaround for component test. To begin with, the components test case does not need to be tested in the nuxt layer. The `mountSuspended` contains options of `@vue/test-utils`. So you can...