Replies: 1 comment 1 reply
-
|
The default folder structure is intentionally at the root directory (outside app/server/etc) since the files in the i18n folder are used by nuxt-i18n in both the app side and the server side, which is why these files should not be nested in either of these directories, the recommendation is to keep the default values. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use a Nuxt 3.16 setup with a Nuxt-4 folder structure. Where should the i18n folder go?
(Currently I have it outside of the app folder, simply because then I do not need to define a custom langDir. But I'd love to know, what I should do, if I would like to follow Nuxt 4 optimisations.)
Beta Was this translation helpful? Give feedback.
All reactions