| D | gettext.py | 291     def ngettext(self, msgid1, msgid2, n):  argument299     def lngettext(self, msgid1, msgid2, n):  argument
 322     def npgettext(self, context, msgid1, msgid2, n):  argument
 478     def lngettext(self, msgid1, msgid2, n):  argument
 505     def ngettext(self, msgid1, msgid2, n):  argument
 527     def npgettext(self, context, msgid1, msgid2, n):  argument
 689 def dngettext(domain, msgid1, msgid2, n):  argument
 699 def ldngettext(domain, msgid1, msgid2, n):  argument
 730 def dnpgettext(domain, context, msgid1, msgid2, n):  argument
 753 def ngettext(msgid1, msgid2, n):  argument
 [all …]
 
 |