D | gettext.py | 295 def ngettext(self, msgid1, msgid2, n): argument 309 def npgettext(self, context, msgid1, msgid2, n): argument 449 def ngettext(self, msgid1, msgid2, n): argument 473 def npgettext(self, context, msgid1, msgid2, n): argument 595 def dngettext(domain, msgid1, msgid2, n): argument 615 def dnpgettext(domain, context, msgid1, msgid2, n): argument 631 def ngettext(msgid1, msgid2, n): argument 639 def npgettext(context, msgid1, msgid2, n): argument
|