-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Hello @larbish,
I made some tests in production with the latest commit as of today :
package.json
{
"dependencies": {
"nuxt-studio": "https://pkg.pr.new/nuxt-content/studio/nuxt-studio@bdd5e1d"
}
}nuxt.config.ts
studio: {
i18n: {
defaultLocale: 'fr',
},
},It seems that some keys aren't loaded correctly and I can't figure out why.
Could this be linked to your comment here : #70 (comment) ?
- Relocate locale files to
module/src/locales/to ensures locale files are bundled with the module at build time (imports fromapp/src/locales/wouldn't work in production)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working