We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I was following this tutorial that help me set up i18next-icu on my react app. https://medium.com/@danduan/translating-react-apps-using-i18next-d2f78bc87314
It was working fine, but when updating from 1.4.2 to 2.0.2 the following error started appearing:
./src/i18nextConf.js Module not found: Can't resolve 'i18next-icu/locale-data/en' in '/home/valverde/dev/sabores-ecommerce/frontend/src'
Is there something that needs to be changed on the apps to upgrade to 2.0.2?
Thanks for the help
The text was updated successfully, but these errors were encountered:
i guess loading locale-data is no longer needed as all major browsers provide the Intl API
Sorry, something went wrong.
Indeed removing locale-data does not impact the app itself. Thanks for the help
No branches or pull requests
Hello,
I was following this tutorial that help me set up i18next-icu on my react app.
https://medium.com/@danduan/translating-react-apps-using-i18next-d2f78bc87314
It was working fine, but when updating from 1.4.2 to 2.0.2 the following error started appearing:
Is there something that needs to be changed on the apps to upgrade to 2.0.2?
Thanks for the help
The text was updated successfully, but these errors were encountered: