angular-gettext-tools icon indicating copy to clipboard operation
angular-gettext-tools copied to clipboard

Somehow template literals become empty after extraction

Open gabn88 opened this issue 5 years ago • 0 comments

The error seems to be here: https://github.com/rubenv/angular-gettext-tools/blob/v2.2.2/lib/extract.js#L263

If I have for example:

name is $(username)

it will get extracted to: name is

gabn88 avatar May 10 '20 12:05 gabn88