i18next / i18next-express-middleware

[deprecated] can be replaced with i18next-http-middleware
https://github.com/i18next/i18next-http-middleware
MIT License
207 stars 55 forks source link

Upgrade to i18next@16.0.0 #182

Closed midrissi closed 5 years ago

midrissi commented 5 years ago

Updating the 18next module to 16.0.0 will generate the exception TypeError: Cannot read property 'languageDetector' of undefined:

image

In this pull request, I am trying to fix that issue and take the opportunity to update dependencies.

jamuhl commented 5 years ago

i18next@17.0.0 should solve this

midrissi commented 5 years ago

Tested it! It resolved the issue. Thanks a lot.