Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.4.0 RC
-
None
Description
QJSEngine::installTranslatorFunctions add the translator methods like qsTr() to an object.
However, the custom string.arg method is not added automatically, which let idioms like
qsTr("Hello %1").arg("world")
fail.
Attachments
Issue Links
- resulted from
-
QTIFW-597 qStr("%1").arg(xxx) fails
- Closed