| D | gettext.py | 290 def ngettext(self, msgid1, msgid2, n): argument 298 def lngettext(self, msgid1, msgid2, n): argument 320 def npgettext(self, context, msgid1, msgid2, n): argument 475 def lngettext(self, msgid1, msgid2, n): argument 501 def ngettext(self, msgid1, msgid2, n): argument 523 def npgettext(self, context, msgid1, msgid2, n): argument 684 def dngettext(domain, msgid1, msgid2, n): argument 694 def ldngettext(domain, msgid1, msgid2, n): argument 724 def dnpgettext(domain, context, msgid1, msgid2, n): argument 747 def ngettext(msgid1, msgid2, n): argument [all …]
|