summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-21 02:43:02 -0500
committerChris McDonough <chrism@plope.com>2011-01-21 02:43:02 -0500
commitddf07e7f1486b195bc337a3035f6852980a4d3d7 (patch)
tree7c6d2d12710c9abdf5ac9931f00aaaeb7ac8feaa /TODO.txt
parent6f1e7a19e6a9779ef1ab46cef584255c0ac7d471 (diff)
downloadpyramid-ddf07e7f1486b195bc337a3035f6852980a4d3d7.tar.gz
pyramid-ddf07e7f1486b195bc337a3035f6852980a4d3d7.tar.bz2
pyramid-ddf07e7f1486b195bc337a3035f6852980a4d3d7.zip
- Add (minimal) documentation about using I18N within Mako templates to
"Internationalization and Localization" narrative chapter.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt13
1 files changed, 8 insertions, 5 deletions
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).