Class DjangoTranslation
Set up the GNUTranslations context with regard to output charset.
Declaration
class DjangoTranslation(gettext_module.GNUTranslations)
source linkDocumentation
This translation object will be constructed out of multiple GNUTranslations
objects by merging their catalogs. It will construct an object for the
requested language and add a fallback to the default language, if it's
different from the requested language.
Methods
▷ def __init__(self, language, domain=None, localedirs=None) Create a GNUTranslations() using many locale directories
▷ def language(self) Return the translation language.
▷ def merge(self, other) Merge another translation into this catalog.
▷ def to_language(self) Return the translation language name.
Reexports