gettext.NullTranslations.add_fallback()

add_fallback(fallback) Add fallback as the fallback object for the current translation object. A translation object

2016-10-07 17:33:35
gettext.NullTranslations.output_charset()

output_charset() Return the “protected” _output_charset variable, which defines the encoding used to return translated

2016-10-07 17:33:36
locale.getpreferredencoding()

locale.getpreferredencoding(do_setlocale=True) Return the encoding used for text data, according to user preferences. User preferences

2016-10-07 17:35:57
gettext.GNUTranslations.lgettext()

GNUTranslations.lgettext(message) Equivalent to gettext(), but the translation is returned as a bytestring encoded

2016-10-07 17:33:33
gettext.ngettext()

gettext.ngettext(singular, plural, n) Like gettext(), but consider plural forms. If a translation is found, apply

2016-10-07 17:33:35
gettext.GNUTranslations.gettext()

GNUTranslations.gettext(message) Look up the message id in the catalog and return the corresponding message string

2016-10-07 17:33:33
locale.format()

locale.format(format, val, grouping=False, monetary=False) Formats a number val according to the current LC_NUMERIC

2016-10-07 17:35:57
gettext.bind_textdomain_codeset()

gettext.bind_textdomain_codeset(domain, codeset=None) Bind the domain to codeset, changing the encoding of

2016-10-07 17:33:32
gettext.translation()

gettext.translation(domain, localedir=None, languages=None, class_=None, fallback=False, codeset=None) Return a Translations

2016-10-07 17:33:37
gettext.NullTranslations.charset()

charset() Return the “protected” _charset variable, which is the encoding of the message catalog file.

2016-10-07 17:33:35