biesbjerg / ngx-translate-extract

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

Key in angular 17 new control flow get cleaned #268

Open pingouin-creation opened 7 months ago

pingouin-creation commented 7 months ago

Keys that you insert into the new angular 17 control flow (@if, @for ...) are considered zombie keys and are deleted, if you clean the project. Also, new keys in those blocks are not extracted.

pearnaly commented 7 months ago

Hi @pingouin-creation, this is solved in https://github.com/vendure-ecommerce/ngx-translate-extract