gettext.dngettext(domain, singular, plural, n) Like ngettext(), but look the message up in the specified domain
locale.nl_langinfo(option) Return some locale-specific information as a string. This function is not available on all systems
lgettext(message) If a fallback has been set, forward lgettext() to the fallback. Otherwise, return the translated
gettext.install(domain, localedir=None, codeset=None, names=None) This installs the function _() in Python’s builtins
gettext.bindtextdomain(domain, localedir=None) Bind the domain to the locale directory localedir. More concretely
_parse(fp) No-op’d in the base class, this method takes file object fp, and reads the data from the file, initializing
gettext.bind_textdomain_codeset(domain, codeset=None) Bind the domain to codeset, changing the encoding of
GNUTranslations.ngettext(singular, plural, n) Do a plural-forms lookup of a message id. singular is used as the message
Page 5 of 5