Class DjangoTranslation

Set up the GNUTranslations context with regard to output charset.

Declaration

class DjangoTranslation(gettext_module.GNUTranslations)
source link

Documentation

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

Reexports