Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
5.12.8
-
None
-
-
aa5105770 (dev)
Description
When trying to translate a string with QCoreApplication::translate() using the plural forms, lupdate doesn't see it.
For example,
QCoreApplication::translate("Context", "[A] removed %n item(s)", "", static_cast<int>(items));
doesn't show up in QtLinguist after running lupdate. However,
QCoreApplication::translate("Context", "[A] removed [B] item(s)");
works well.
Using tr() works fine.
Attachments
Issue Links
- is duplicated by
-
QTBUG-113354 LUpdate not adding entry to .ts file
-
- Closed
-