From bee998d5fd1855edbfcc44b2383f5627a5be65eb Mon Sep 17 00:00:00 2001 From: Elrond Date: Mon, 4 Feb 2013 17:11:01 +0100 Subject: [PATCH] Issue 621: Extract strings from hooked templates. templates using the new hook system were not extracted properly. One needs to add the new extension to the extraction process as well. --- babel.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babel.ini b/babel.ini index 2c005c4c..1c5e54f0 100644 --- a/babel.ini +++ b/babel.ini @@ -4,7 +4,7 @@ [jinja2: mediagoblin/**/templates/**.html] # Extract jinja templates (html) encoding = utf-8 -extensions = jinja2.ext.autoescape +extensions = jinja2.ext.autoescape, mediagoblin.tools.template.TemplateHookExtension [jinja2: mediagoblin/templates/**.txt] # Extract jinja templates (text) -- 2.25.1