| Trees | Index | Help |  | 
|---|
| Package zope :: Package i18n | 
 | 
i18n support.
$Id: __init__.py,v 1.2 2005/06/24 16:52:32 nyergler Exp $| Submodules | |
|---|---|
| 
 | |
| Function Summary | |
|---|---|
| Insert the data passed from mapping into the text | |
| translate(*args,
          **kw) | |
| _translate(msgid,
          domain,
          mapping,
          context,
          target_language,
          default) | |
| Variable Summary | |
|---|---|
| str | NAME_RE='[a-zA-Z][-a-zA-Z0-9_]*'                        | 
| SRE_Pattern | _get_var_regex=[a-zA-Z][-a-zA-Z0-9_]*                   | 
| SRE_Pattern | _interp_regex=(?!\$)(\$(?:[a-zA-Z][-a-zA-Z0-9_]*|\{[a-... | 
| Function Details | 
|---|
| interpolate(text, mapping)Insert the data passed from mapping into the text | 
| Variable Details | 
|---|
| NAME_RE
 | 
| _get_var_regex
 | 
| _interp_regex
 | 
| Trees | Index | Help |  | 
|---|
| Generated by Epydoc 2.1 on Fri Jun 24 12:01:25 2005 | http://epydoc.sf.net |