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

Avoid throwing errors on compilation and on interpolation by default #115

Closed lephyrus closed 7 months ago

lephyrus commented 7 months ago

throwOnError: true restores previous behaviour.

Closes #47, #97, #102.