diff options
| author | Chris McDonough <chrism@agendaless.com> | 2010-04-25 22:05:15 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2010-04-25 22:05:15 +0000 |
| commit | 05d03298c2e6faedb28786872ea47d5a04ae525f (patch) | |
| tree | 85c649374b26eea1b77af732447555a7abc57bd5 /docs | |
| parent | 230f2f3fa8f5f97e8fbee4c275806908c01cc456 (diff) | |
| download | pyramid-05d03298c2e6faedb28786872ea47d5a04ae525f.tar.gz pyramid-05d03298c2e6faedb28786872ea47d5a04ae525f.tar.bz2 pyramid-05d03298c2e6faedb28786872ea47d5a04ae525f.zip | |
Comment out XXX lines.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/i18n.rst | 10 |
1 files changed, 6 insertions, 4 deletions
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: <a tal:attributes="href some_translation_string">Click here</a> - 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. |
