From ddf07e7f1486b195bc337a3035f6852980a4d3d7 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 21 Jan 2011 02:43:02 -0500 Subject: - Add (minimal) documentation about using I18N within Mako templates to "Internationalization and Localization" narrative chapter. --- TODO.txt | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index aedd774d7..2babd5bc8 100644 --- a/TODO.txt +++ b/TODO.txt @@ -8,17 +8,20 @@ Must-Have (before 1.0) - MANIFEST.in? https://github.com/Pylons/pyramid/issues#issue/95 -- Explain how to use i18n localization in Mako and Jinja2. See also - - http://groups.google.com/group/pylons-devel/msg/ab58353594b135c9 and - https://github.com/Pylons/pyramid_jinja2/pull/14 (pyramid_jinja2 i18n), as - well as - - http://blog.abourget.net/2011/1/13/pyramid-and-mako:-how-to-do-i18n-the-pylons-way/ +- Explain how to use i18n localization in Mako better. Currently we just + link to + http://blog.abourget.net/2011/1/13/pyramid-and-mako:-how-to-do-i18n-the-pylons-way/, + but I've asked Alexandre if we can include his text in the documentation. - Figure out what to do with "Forms" chapter in narr docs. Should-Have ----------- +- I18N support for pyramid_jinja2. See also - + http://groups.google.com/group/pylons-devel/msg/ab58353594b135c9 and + https://github.com/Pylons/pyramid_jinja2/pull/14 + - Speed up startup time (defer _bootstrap and registerCommonDirectives() until needed by ZCML, as well as unfound speedups). -- cgit v1.2.3