From 05d03298c2e6faedb28786872ea47d5a04ae525f Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 25 Apr 2010 22:05:15 +0000 Subject: Comment out XXX lines. --- docs/narr/i18n.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/narr/i18n.rst b/docs/narr/i18n.rst index eb6f875cf..d7fd86840 100644 --- a/docs/narr/i18n.rst +++ b/docs/narr/i18n.rst @@ -329,7 +329,7 @@ pre-generated ``.pot`` template:: The message catalog ``.po`` file will end up in ``myapplication/locale/es/LC_MESSAGES/myapplication.po``. -XXX finish +.. XXX finish .. index:: pair: updating; message catalog @@ -342,7 +342,7 @@ Update ``.po`` files based on changes to the ``.pot`` file:: $ cd /place/where/myapplication/setup.py/lives $ python setup.py update_catalog -XXX finish +.. XXX finish .. index:: pair: compiling; message catalog @@ -355,7 +355,7 @@ Compile ``.po`` files to ``.mo`` files:: $ cd /place/where/myapplication/setup.py/lives $ python setup.py compile_catalog -XXX finish +.. XXX finish .. index:: single: localizer @@ -584,7 +584,9 @@ through translation before being rendered: :linenos: Click here - XXX this appears to not yet work as of Chameleon 1.2.3 + +.. XXX the last example above appears to not yet work as of Chameleon +.. 1.2.3 The features represented by attributes of the ``i18n`` namespace of Chameleon will also consult the :mod:`repoze.bfg` translations. -- cgit v1.2.3