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

string extraction #54

Open AoNoOokami opened 4 years ago

AoNoOokami commented 4 years ago

ngx-translate-messageformat-compiler is a great way to manage pluralization.

But for large projects, a string extraction script, such as https://github.com/biesbjerg/ngx-translate-extract is needed. Unfortunately it replaces ICU Message Format by a basic string.

Is there a way to make both packages work together?