Mercurial > p > roundup > code
changeset 2562:1f4791438b65
add 'i18n' to the rendering context dictionary description
| author | Alexander Smishlajev <a1s@users.sourceforge.net> |
|---|---|
| date | Tue, 13 Jul 2004 06:11:06 +0000 |
| parents | 0dd3dca6bd01 |
| children | 420d5c2a49d9 |
| files | roundup/cgi/templating.py |
| diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/roundup/cgi/templating.py Mon Jul 12 09:18:08 2004 +0000 +++ b/roundup/cgi/templating.py Tue Jul 13 06:11:06 2004 +0000 @@ -224,6 +224,10 @@ *false* Logical False value. + *i18n* + Internationalization service, providing string translation + methods ``gettext`` and ``ngettext``. + """ # construct the TemplatingUtils class utils = TemplatingUtils
