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

Parsing strings by prefix. #220

Open DartWelder opened 3 years ago

DartWelder commented 3 years ago

Is it possible for you to parse strings, not by the translate pipe or function call, but by string prefix? It might be nested string kind of ''LOGIN.IDS_". I want to collect IDS_STRING_TO_TRANSLATE into the LOGIN property of the JSON file. Thanks!

DartWelder commented 3 years ago

@biesbjerg