Closed VictorKrasnov closed 7 months ago
I'm sorry, this html-code example disappeared in issue bug description section: <i18n-n :value="12345" scope="global" />
Would you be able to provide a reproduction? 🙏
Thanks for reporting and providing a reproduction!
The fix for this has been merged upstream in vue-i18n (#1786) and has been released as well, removing lockfiles before installing will install this latest version, I've updated your reproduction to demonstrate here.
Thanks for reporting and providing a reproduction!
The fix for this has been merged upstream in vue-i18n (#1786) and has been released as well, removing lockfiles before installing will install this latest version, I've updated your reproduction to demonstrate here.
Sorry but I updated i18n to 8.0.3 in my project but nothing changed, I still see these warnings. What else should I check?
If removing lockfiles and reinstalling dependencies doesn't work you may have to also delete node_modules
before running npm install. If you haven't pinned vue-i18n
in your package.json, @nuxtjs/i18n
should install the latest compatible vue-i18n@^9.9.0
version which is vue-i18n@9.11.0
which includes the fix.
If you're still getting the warning with the same usage as the reproduction then you likely have an older version installed.
Thank you very much, everything works now.
Environment
Reproduction
Add tag to any page / component.
Describe the bug