Search for translation in all templates.
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Mon, 4 Feb 2013 13:17:00 +0000 (14:17 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Mon, 4 Feb 2013 13:19:42 +0000 (14:19 +0100)
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.

babel.ini

index 1a8231f5a15e06e0c66c0e66028d30161f62adc9..2c005c4c1aed45bb0dc9e60dbb36a4606d0b474a 100644 (file)
--- 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