Trees | Indices | Help |
---|
|
internationalization helpers
Version: $Rev: 6693 $
|
|||
FancyEqMixin | |||
Translatable I represent a serializable translatable gettext msg. |
|||
TranslatableSingular I represent a translatable gettext msg in the singular form. |
|||
TranslatablePlural I represent a translatable gettext msg in the plural form. |
|||
Translator I translate translatables and messages. |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
__package__ =
|
|
Return a function that takes a format string or tuple, and additional format args, and creates a Translatable from it. Example: T_ = gettexter('flumotion') t = T_(N_("Could not find '%s'."), file)
|
Sets up gettext so that the program gets translated. Use this in any Flumotion end-user application that needs translations. |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Aug 13 06:16:55 2013 | http://epydoc.sourceforge.net |