def ngettext(singular, plural, number, variables=None): return _format_translation(_trans.ngettext(singular, plural, number), variables)