Package backend :: Package common :: Module rhnTranslate :: Class RHN_Translations
[hide private]
[frames] | no frames]

Class RHN_Translations

source code


Instance Methods [hide private]
 
__init__(self, fp=None) source code
 
_parse(self, fp)
Override this method to support alternative .mo formats.
source code
 
getlangs(self) source code

Inherited from gettext.GNUTranslations: gettext, lgettext, lngettext, ngettext, ugettext, ungettext

Inherited from gettext.NullTranslations: add_fallback, charset, info, install, output_charset, set_output_charset

Class Variables [hide private]

Inherited from gettext.GNUTranslations: BE_MAGIC, LE_MAGIC

Method Details [hide private]

__init__(self, fp=None)
(Constructor)

source code 
Overrides: gettext.NullTranslations.__init__

_parse(self, fp)

source code 

Override this method to support alternative .mo formats.

Overrides: gettext.NullTranslations._parse