Search for translation in all templates.

We missed to search for translatable strings in our plugins
and other things that might have templates.

The search is now for **/templates/**.html. That should
catch a lot more.
This commit is contained in:
Elrond 2013-02-04 14:17:00 +01:00
parent c9abf931cb
commit a2ec25e3d1

View File

@ -1,7 +1,7 @@
# 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 Genshi HTML and text templates
[jinja2: mediagoblin/templates/**.html] [jinja2: mediagoblin/**/templates/**.html]
# Extract jinja templates (html) # Extract jinja templates (html)
encoding = utf-8 encoding = utf-8
extensions = jinja2.ext.autoescape extensions = jinja2.ext.autoescape