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

Fix performance issue with large translation files #111

Closed Endrzei closed 8 months ago

Endrzei commented 11 months ago

Fixes extremely slow performance when compiling large translation files.

The fix was originally proposed in https://github.com/lephyrus/ngx-translate-messageformat-compiler/issues/110 by @g1tc4t

lephyrus commented 11 months ago

@Endrzei Sorry it took me a while to address your PR. Could you fix the formatting? I can then merge and release a patch version.

lephyrus commented 8 months ago

Superseded by #112.