### Describe the feature Nuxt 4 moved almost all folders into the app dir. When adding i18n I would expect the folder to be there as well. To manually do this for nuxt4 change the restructureDir: ``` export default defineNuxtConfig({ i18n: { restructureDir: 'app/i18n', } }); ``` ### Additional information - [x] Would you be willing to help implement this feature? - [ ] Could this feature be implemented as a module? ### Final checks - [x] Read the [contribution guide](https://nuxt.com/docs/community/contribution) (The contribution guideline of nuxt-modules/i18n is compliant with Nuxt too). - [x] Check existing [discussions](https://github.com/nuxt-modules/i18n/discussions) and [issues](https://github.com/nuxt/nuxt/issues).