| 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__ = Nonehash(x) |
|||
|
|||
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 Sun Nov 15 09:17:26 2009 | http://epydoc.sourceforge.net |