Lines Matching refs:ngettext
79 .. function:: ngettext(singular, plural, n)
96 Like :func:`ngettext`, but look the message up in the specified *domain*.
105 is, :func:`gettext`, :func:`dgettext`, :func:`ngettext`, :func:`dngettext`),
117 (:func:`.gettext`, :func:`dgettext`, :func:`ngettext` and :func:`dngettext`),
274 .. method:: ngettext(singular, plural, n)
276 If a fallback has been set, forward :meth:`!ngettext` to the fallback.
300 Equivalent to :meth:`.gettext` and :meth:`.ngettext`, but the translation
346 addition to :func:`_`. Supported names are ``'gettext'``, ``'ngettext'``,
407 .. method:: ngettext(singular, plural, n)
414 the request is forwarded to the fallback's :meth:`~NullTranslations.ngettext`
422 message = cat.ngettext(
456 Equivalent to :meth:`.gettext` and :meth:`.ngettext`, but the translation