nuxt-modules / i18n

I18n module for Nuxt
https://i18n.nuxtjs.org
MIT License
1.76k stars 485 forks source link

v9 rc2 useTranslation not found #3179

Closed alexcroox closed 4 weeks ago

alexcroox commented 1 month ago

Environment


Reproduction

https://stackblitz.com/edit/bobbiegoede-nuxt-i18n-starter-47lmie?file=package.json,nuxt.config.ts,i18n%2Fi18n.config.ts,server%2Fapi%2Ftest.get.ts,app%2Fpages%2Findex.vue

Describe the bug

I'm using the latest Nuxt with v4 compatability. I'm also using v9 rc2 of @nuxtjs/i18n.

Since upgrading this i18n I'm getting the fatal error on my APIs for useTranslation not being available. See repro above for a demo of this.

Additional context

No response

Logs

No response

BobbieGoede commented 4 weeks ago

The i18n.config.ts file is meant for vue-i18n options only, sorry for the confusion! I'm unable to reproduce your issue after moving the nuxt i18n specific options to the nuxt config file, here's your modified reproduction https://stackblitz.com/edit/bobbiegoede-nuxt-i18n-starter-pa8wnb?file=nuxt.config.ts.

Closing this for now, let me know if you have any questions!