I18N administration tool.
Collect your strings, add and manage locales, edit and compile your
catalogs.
|
__init__(self,
currentProject=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
google_translate(self,
code,
from_lang,
to_lang,
args) |
source code
|
|
|
|
|
po_view(self,
code,
sort_by=None,
dir=None,
from_lang=None,
to_lang=None,
**kargs) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|