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 29 forks source link

"Many" plural in portuguese doesn't compile #90

Closed ToastedHippy closed 2 years ago

ToastedHippy commented 2 years ago

We are using transifex for managing our translation and since May 20 there is required "many" plural for portuguese. But it doesnt compile by current version of messageformat because the "many" plural doesnt exist in make-plural package until version 7.1. Last version of messageformat uses make-plural ^7.0.0 so updating messageformat should fix the problem