-
-
Notifications
You must be signed in to change notification settings - Fork 483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not work import modules in locales files after add hooks to core after latest package upgrade #835
Comments
Same here, but I use and import json. |
Hmm... that one is tricky. Previously everything from The new approach requires that we copy individual files so that we can separate the file for default locale and other locales so that we can include default locale in the main bundle. @thefoxie You can point locale's |
Fix released in v6.13.7 |
Great. v6.13.7 fixes this issue for me. |
Version
nuxt-i18n: 6.13.6
nuxt: 2.14.1
Nuxt configuration
mode:
Nuxt-i18n configuration
Steps to reproduce
locales/en/index.js
locales/en/actions.js
like this:actions.js
toindex.js
locales/en/index.js
like thisWhat is Expected?
It should work as before
What is actually happening?
The text was updated successfully, but these errors were encountered: