diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2014-05-09 16:26:09 +0300 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-06-02 10:41:26 -0500 |
commit | 76bb92dcb489d490d06993c4023f312aa969ccc2 (patch) | |
tree | 9d20be6fa69e457b30a9e9516702639c1e0b9f92 | |
parent | b02e37c297e3aedefb5056a1d32f98ac9cbfb37a (diff) | |
download | mediagoblin-76bb92dcb489d490d06993c4023f312aa969ccc2.tar.lz mediagoblin-76bb92dcb489d490d06993c4023f312aa969ccc2.tar.xz mediagoblin-76bb92dcb489d490d06993c4023f312aa969ccc2.zip |
Fix a typo in babel.ini.
-rw-r--r-- | babel.ini | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,13 +1,13 @@ # Extraction from Python source files [python: mediagoblin/**.py] -# Extraction from Genshi HTML and text templates +# Extraction from Jinja2 HTML and text templates [jinja2: mediagoblin/**/templates/**.html] -# Extract jinja templates (html) +# Extract Jinja2 templates (html) encoding = utf-8 extensions = jinja2.ext.autoescape, mediagoblin.tools.template.TemplateHookExtension [jinja2: mediagoblin/templates/**.txt] -# Extract jinja templates (text) +# Extract Jinja2 templates (text) encoding = utf-8 extensions = jinja2.ext.autoescape |