Details
-
Suggestion
-
Resolution: Out of scope
-
Not Evaluated
-
4.4.1
-
None
Description
Currently QCoreApplication::translate() can not be used with a negative amount.
In some cases it would be useful to use a negative number in a translation.
Example :
tr("Offset is %n minute(s)","",-3)
tr("The temperature is %n degree(s)","",-3)