> webpy added extensions support for Jinja2 template engine, but i18n
> extension should be improvement again.

web.contrib.template is provided just as an easy to access other templates.
I don't think we should add support for each available extension.

Even now, it is not hard to do that.

render = web.contrib.template.render_jinja(...)
render._lookup.install_gettext_translations(translations)

How to changing _lookup to some better name?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to