biesbjerg / ngx-translate-extract

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

Labels in html files preceded by variable are not found #264

Open BIG293 opened 1 year ago

BIG293 commented 1 year ago

Inside html files, labels preceded by variables are not found and deleted from localization files.

e.g.

<div>{{ componentVariable || 'translation.key' | translate }}</div>