diff options
author | Elrond <elrond+mediagoblin.org@samba-tng.org> | 2013-02-04 14:17:00 +0100 |
---|---|---|
committer | Elrond <elrond+mediagoblin.org@samba-tng.org> | 2013-02-04 14:19:42 +0100 |
commit | a2ec25e3d1f01a711b4371ec9cc9342fe310395b (patch) | |
tree | 87360b4a4b6313440c02d4151670926e22362b80 /babel.ini | |
parent | c9abf931cb34a26642049ad34593ad1a16ebfb6e (diff) | |
download | mediagoblin-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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |