Home | Trees | Indices | Help |
|
---|
|
Version: 1.5
Classes | |
TokenEater |
Functions | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Variables | |
_ = lambda s:
|
|
__doc__ = _("""pygettext -- Python equivalent of xgettext
|
|
kid_parser = None hash(x) |
|
GenshiMarkupTemplate = None hash(x) |
|
default_keywords = ['_']
|
|
DEFAULTKEYWORDS = ', '.join(default_keywords)
|
|
EMPTYSTRING = ''
|
|
pot_header = _('
|
|
escapes = []
|
Function Details |
Extract translatable strings from a Genshi template. The extractor will get all the text inside all elements which are not in the ignore list (see options) and the values of all attributes named in the include list. Options: `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. `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 of string. See http://genshi.edgewall.org/wiki/Documentation/0.5.x/i18n.html for more information. |
Variables Details |
__doc__
|
pot_header
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jul 19 17:17:55 2019 | http://epydoc.sourceforge.net |