i18next / i18next-express-middleware

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

missingKeyHandler doesn't work without body-parser #167

Closed Shaddix closed 5 years ago

Shaddix commented 5 years ago

As I assume, middleware.missingKeyHandler requires body-parser to be used (otherwise req.body is simply undefined and nothing is saved). However in the main Readme.md I found no mention of that, which made me stuck for sometime wondering why it doesn't work.

Could you please update the docs?