| D | gettext.py | 280 def ngettext(self, msgid1, msgid2, n): argument 293 def npgettext(self, context, msgid1, msgid2, n): argument 430 def ngettext(self, msgid1, msgid2, n): argument 452 def npgettext(self, context, msgid1, msgid2, n): argument 574 def dngettext(domain, msgid1, msgid2, n): argument 593 def dnpgettext(domain, context, msgid1, msgid2, n): argument 608 def ngettext(msgid1, msgid2, n): argument 616 def npgettext(context, msgid1, msgid2, n): argument
|