gilbsgilbs / babel-plugin-i18next-extract

Babel plugin that statically extracts i18next and react-i18next translation keys.
https://i18next-extract.netlify.com
MIT License
159 stars 37 forks source link

Add message about missing plural rule for locale #134

Closed konclave closed 4 years ago

konclave commented 4 years ago

When there's no plural rule for some locale, plugins fails with error 'Cannot read property 'numbers' of undefined'. Added a message that explicitly says what locale cause the fail.

gilbsgilbs commented 4 years ago

Thanks.