Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.4.2
Description
At present lUpdate will not find translation comments if the following syntax is applied:
if (foo) //: comment return tr("foobar");
Only this style is detected:
if (foo) { //: comment return tr("foobar"); }