Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.7.0
-
None
-
Qt 4.7 from git (commit 1c20aba) on Linux 64-bit
-
52b3d6263bb58ca82a8f00d42af801f5ed521f6b
Description
Given the code:
Text { text: qsTr("This is a really" + " long string") }
lupdate should pick up a "This is a really long string" for translation, but it does not, which makes it impossible to split long literals into multiple lines.