This release removes version checks that prevent usage with Nuxt versions higher than 3.x.
The path resolution for langDir (relative to srcDir) and localeDetector (relative to rootDir) remain unchanged, to ease migration to v9 we recommend configuring experimental.restructureDir which will be enabled and set to i18n by default in the upcoming major release.
🚀 Features
- Support Nuxt 4 - by @BobbieGoede in #3105 (5ba98)