| 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 = 1hash(x) |
|||
WARNING = 2hash(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 Sun Mar 7 10:45:34 2010 | http://epydoc.sourceforge.net |