D | gettext.py | 276 def ngettext(self, msgid1, msgid2, n): argument 284 def lngettext(self, msgid1, msgid2, n): argument 297 def ungettext(self, msgid1, msgid2, n): argument 444 def ngettext(self, msgid1, msgid2, n): argument 460 def lngettext(self, msgid1, msgid2, n): argument 483 def ungettext(self, msgid1, msgid2, n): argument 619 def dngettext(domain, msgid1, msgid2, n): argument 630 def ldngettext(domain, msgid1, msgid2, n): argument 647 def ngettext(msgid1, msgid2, n): argument 650 def lngettext(msgid1, msgid2, n): argument
|