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 The Foreman Bot almost 3 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8965 added
Updated by Maria Agaphontzev over 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|5bbd164525bd381fae9164bc404a8dd05d20a0bb.
Updated by Ewoud Kohl van Wijngaarden over 1 year ago
- Has duplicate Bug #36115: Multi line translation strings are not extracted added
Actions