lephyrus / ngx-translate-messageformat-compiler

Advanced pluralization (and more) for ngx-translate, using standard ICU syntax which is compiled with the help of messageformat.js.
MIT License
93 stars 30 forks source link

Unable to set disablePluralKeyChecks config parameter #39

Closed artuska closed 4 years ago

artuska commented 6 years ago

I want to disable plural key checks because it throws me an errors if I have RU and EN locales in my project:

ERROR Error: Invalid key `few` for argument `count`. Valid plural keys for this locale are `one`, `other`, and explicit keys like `=0`.