Skip to content

[Feature Request] Change default i18n dir location for Nuxt 4 #3764

@michaelw85

Description

@michaelw85

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

  • Would you be willing to help implement this feature?
  • Could this feature be implemented as a module?

Final checks

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions