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

Expose "disablePluralKeyChecks" variable #58

Closed dmromanov closed 4 years ago

dmromanov commented 4 years ago

Resolves #39

lephyrus commented 4 years ago

Nice, thanks @dmromanov. Could you add the corresponding tests (for the default value, and when set to true) to translate-message-format-compiler.spec.ts?

dmromanov commented 4 years ago

Done.

lephyrus commented 4 years ago

Nice tests. 👍 Thanks for your contribution, @dmromanov!