diff options
| author | Philip Jenvey <pjenvey@underboss.org> | 2008-09-18 19:53:34 +0000 |
|---|---|---|
| committer | Philip Jenvey <pjenvey@underboss.org> | 2008-09-18 19:53:34 +0000 |
| commit | fa8f1b4b754d0839e6605da2005be1046a1cd9a6 (patch) | |
| tree | 93739dd03b5b82cf5ba3e71fa78b8a387bf29104 /doc | |
| parent | b812d0a9784937aff55ce245d67e396c144604c3 (diff) | |
| download | external_python_mako-fa8f1b4b754d0839e6605da2005be1046a1cd9a6.tar.gz external_python_mako-fa8f1b4b754d0839e6605da2005be1046a1cd9a6.tar.bz2 external_python_mako-fa8f1b4b754d0839e6605da2005be1046a1cd9a6.zip | |
o fix compatibility with babel 0.9.3: stripping comment tags is now optional
and babel is responisble for stripping them when necessary
o remove the no longer needed Unicode/Str ast hack for Jython
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/content/usage.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/content/usage.txt b/doc/build/content/usage.txt index b4bfd8c..443cdcb 100644 --- a/doc/build/content/usage.txt +++ b/doc/build/content/usage.txt @@ -233,7 +233,7 @@ Invoking [Babel](http://babel.edgewall.org/)'s extractor at the command line in Will output a gettext catalog to stdout including the following: - #. This is a proper name. See the gettext + #. TRANSLATORS: This is a proper name. See the gettext #. manual, section Names. #: myproj/templates/name.html:5 msgid "Francois Pinard" |
