class Translator(object): (source)
Class Method | translate |
Get the translated message for a key. |
Method | __init__ |
Undocumented |
Method | findtranslation |
Find the translation for the document language. |
Method | getmessage |
Get the translated message for the given key. |
Method | getuntranslated |
Get the untranslated message. |
Class Variable | instance |
Undocumented |
Instance Variable | first |
Undocumented |
Instance Variable | langcodes |
Undocumented |
Instance Variable | translation |
Undocumented |