vendure-ecommerce / ngx-translate-extract

Extract translatable (using ngx-translate) strings and save as a JSON or Gettext pot file
MIT License
51 stars 19 forks source link

feat: Add support for extraction of translation keys from function expressions #46

Closed pmpak closed 6 months ago

pmpak commented 6 months ago

I tested it in a couple of small / medium sized projects and there was not any issue. However @michaelbromley if you merge this PR it would be better, if possible, to do a pre-release (beta/ next) before proceeding to a stable release to allow for more testing and make sure that these changes won't cause disruption.

Closes #44