npgettext(context, singular, plural, number)
[source]
Translates singular
and plural
and returns the appropriate string based on number
and the context
in a unicode string.
npgettext(context, singular, plural, number)
[source]
Translates singular
and plural
and returns the appropriate string based on number
and the context
in a unicode string.
Please login to continue.