Home | Trees | Indices | Help |
|
---|
|
object --+ | InternationalizationTool
Manages i18n data via command-line interface.
Contributed to TurboGears by Max Ischenko (http://maxischenko.in.ua).
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Choose the config file. Try to guess whether this is a development or installed project. |
Extract strings from Genhsi templates and write to pot file. Configuration settings: `genshi.i18n.ignore_tags` -- `['script', 'style']` List of element names. Content inside elements named in this list is not extracted as translatable text. Can be a space-separated string or a list of string. `genshi.i18n.include_attrs` -- `['abbr', 'alt', 'label', 'prompt', 'standby', 'summary', 'title']` List of attribute names. Only values of the attributes named in this list are extracted as translatable text. Can be a space-separated string or a list os strings. See http://genshi.edgewall.org/wiki/Documentation/0.5.x/i18n.html for more information. |
Fix tzinfo. In certain enviroments, tzinfo as formatted by strftime() is not utf-8, e.g. Windows XP with Russian MUL. This leads to later error when a program trying to read catalog. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jul 14 21:45:36 2011 | http://epydoc.sourceforge.net |