Bug #34058
Strings with enter don't get extracted for translation
Pull request:
Fixed in Releases:
Found in Releases:
Description
const test1 = __(
'test'
);
const test2 = __('test');
test1 won't be extracted test2 would be.
Only in JS.
Associated revisions
History
#1
Updated by Maria Agaphontzev 6 months ago
- Description updated (diff)
#2
Updated by The Foreman Bot 6 months ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8965 added
#3
Updated by The Foreman Bot 5 months ago
- Fixed in Releases 3.2.0 added
#4
Updated by Maria Agaphontzev 5 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|5bbd164525bd381fae9164bc404a8dd05d20a0bb.
Fixes #34058 - extract multiline string for translation