aboutsummaryrefslogtreecommitdiffstats
path: root/babel.ini
diff options
context:
space:
mode:
authorElrond <elrond+mediagoblin.org@samba-tng.org>2013-02-04 14:17:00 +0100
committerElrond <elrond+mediagoblin.org@samba-tng.org>2013-02-04 14:19:42 +0100
commita2ec25e3d1f01a711b4371ec9cc9342fe310395b (patch)
tree87360b4a4b6313440c02d4151670926e22362b80 /babel.ini
parentc9abf931cb34a26642049ad34593ad1a16ebfb6e (diff)
downloadmediagoblin-a2ec25e3d1f01a711b4371ec9cc9342fe310395b.tar.lz
mediagoblin-a2ec25e3d1f01a711b4371ec9cc9342fe310395b.tar.xz
mediagoblin-a2ec25e3d1f01a711b4371ec9cc9342fe310395b.zip
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.
Diffstat (limited to 'babel.ini')
-rw-r--r--babel.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/babel.ini b/babel.ini
index 1a8231f5..2c005c4c 100644
--- a/babel.ini
+++ b/babel.ini
@@ -1,7 +1,7 @@
# Extraction from Python source files
[python: mediagoblin/**.py]
# Extraction from Genshi HTML and text templates
-[jinja2: mediagoblin/templates/**.html]
+[jinja2: mediagoblin/**/templates/**.html]
# Extract jinja templates (html)
encoding = utf-8
extensions = jinja2.ext.autoescape