_parse(fp) No-op’d in the base class, this method takes file object fp, and reads the data from the file, initializing
gettext.find(domain, localedir=None, languages=None, all=False) This function implements the standard .mo file
locale.nl_langinfo(option) Return some locale-specific information as a string. This function is not available on all systems
GNUTranslations.ngettext(singular, plural, n) Do a plural-forms lookup of a message id. singular is used as the message
gettext.install(domain, localedir=None, codeset=None, names=None) This installs the function _() in Python’s builtins
gettext.bind_textdomain_codeset(domain, codeset=None) Bind the domain to codeset, changing the encoding of
lgettext(message) If a fallback has been set, forward lgettext() to the fallback. Otherwise, return the translated
charset() Return the “protected” _charset variable, which is the encoding of the message catalog file.
Page 5 of 5