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.
Actions
Description
const test1 = __(
'test'
);
const test2 = __('test');
test1 won't be extracted test2 would be.
Only in JS.