Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.6.3
-
None
-
a4e8dca0c3665a26ff5e7dffada97aeab86dd1a5
Description
Restrict how metadata can be specified for translations in source code so it doesn't get "greedy" and think that some comments are metadata when they are not. For example, the following line is considered to be metadata (even though its not)
B::B(QWidget *parent /*=0*/)
By restricting it to only have whitespace before the comment or something like that would make it easier to find the metadata and prevent it from running into problems.
Attachments
Issue Links
- relates to
-
QTBUG-29131 lupdate silently accepts multiple contradicting source strings for the same message id
- Closed