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

Allow fallback to default syntax with `fallbackPrefix` on individual messages #116

Closed lephyrus closed 9 months ago

lephyrus commented 9 months ago

... and bypass compiler if a message has that prefix.

Closes #30.