Fix a typo in babel.ini.
This commit is contained in:
parent
b02e37c297
commit
76bb92dcb4
@ -1,13 +1,13 @@
|
|||||||
# Extraction from Python source files
|
# Extraction from Python source files
|
||||||
[python: mediagoblin/**.py]
|
[python: mediagoblin/**.py]
|
||||||
# Extraction from Genshi HTML and text templates
|
# Extraction from Jinja2 HTML and text templates
|
||||||
[jinja2: mediagoblin/**/templates/**.html]
|
[jinja2: mediagoblin/**/templates/**.html]
|
||||||
# Extract jinja templates (html)
|
# Extract Jinja2 templates (html)
|
||||||
encoding = utf-8
|
encoding = utf-8
|
||||||
extensions = jinja2.ext.autoescape, mediagoblin.tools.template.TemplateHookExtension
|
extensions = jinja2.ext.autoescape, mediagoblin.tools.template.TemplateHookExtension
|
||||||
|
|
||||||
[jinja2: mediagoblin/templates/**.txt]
|
[jinja2: mediagoblin/templates/**.txt]
|
||||||
# Extract jinja templates (text)
|
# Extract Jinja2 templates (text)
|
||||||
encoding = utf-8
|
encoding = utf-8
|
||||||
extensions = jinja2.ext.autoescape
|
extensions = jinja2.ext.autoescape
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user