Comment 6 for bug 341015

Revision history for this message
abdullahc (sneetsher) wrote :

In python; they use this form:

print n_("%i hour.", "%i hours.",n) % n

then it chooses one of the 2 strings if it is English or their translation and replaces n_("%i hour.", "%i hours.",n).

if the result string don't have %i, there will an error in python/print.