protokolo.i18n module

gettext plumbing of protokolo.

protokolo.i18n.TRANSLATIONS: NullTranslations = <gettext.NullTranslations object>

Translations object used throughout protokolo. The translations are sourced from protokolo/locale/<lang>/LC_MESSAGES/protokolo.mo.

protokolo.i18n.gettext(message)[source]

gettext.NullTranslations.gettext() of TRANSLATIONS

protokolo.i18n.ngettext(msgid1, msgid2, n)[source]

gettext.NullTranslations.ngettext() of TRANSLATIONS

protokolo.i18n.pgettext(context, message)[source]

gettext.NullTranslations.pgettext() of TRANSLATIONS

protokolo.i18n.npgettext(context, msgid1, msgid2, n)[source]

gettext.NullTranslations.npgettext() of TRANSLATIONS