Actions
Bug #34058
closedStrings with enter don't get extracted for translation
Description
const test1 = __(
'test'
);
const test2 = __('test');
test1 won't be extracted test2 would be.
Only in JS.
Updated by Maria Agaphontzev over 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|5bbd164525bd381fae9164bc404a8dd05d20a0bb.
Actions