Trees | Indices | Help |
---|
|
support for serializable translatable messages from component/manager to admin
|
|||
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. |
|||
Message I am a message to be shown in a UI. |
|||
Result I am used in worker checks to return a result. |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
ERROR = 1
|
|||
WARNING = 2
|
|||
INFO = 3
|
|
Return a function that takes a format string or tuple, and additional format args, and creates a Translatable from it. Example: T_ = messages.gettexter('flumotion') t = T_(N_("Could not find '%s'."), file)
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Apr 11 07:40:22 2008 | http://epydoc.sourceforge.net |