ngx-translate-extract
ngx-translate-extract copied to clipboard
Parsing strings by prefix.
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_<STRING_TO_TRANSLATE>". I want to collect IDS_STRING_TO_TRANSLATE into the LOGIN property of the JSON file. Thanks!
@biesbjerg