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 hash(x) |
|||
WARNING = 2 hash(x) |
|||
INFO = 3
|
|||
__package__ =
|
|
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 Tue Feb 24 12:45:20 2009 | http://epydoc.sourceforge.net |