Commit | Line | Data |
---|---|---|
84d4f04e CAW |
1 | # Extraction from Python source files |
2 | [python: mediagoblin/**.py] | |
76bb92dc | 3 | # Extraction from Jinja2 HTML and text templates |
a2ec25e3 | 4 | [jinja2: mediagoblin/**/templates/**.html] |
76bb92dc | 5 | # Extract Jinja2 templates (html) |
84d4f04e | 6 | encoding = utf-8 |
bee998d5 | 7 | extensions = jinja2.ext.autoescape, mediagoblin.tools.template.TemplateHookExtension |
813be293 | 8 | |
84d4f04e | 9 | [jinja2: mediagoblin/templates/**.txt] |
76bb92dc | 10 | # Extract Jinja2 templates (text) |
84d4f04e | 11 | encoding = utf-8 |
813be293 | 12 | extensions = jinja2.ext.autoescape |
84d4f04e CAW |
13 | |
14 | # # Extraction from JavaScript files | |
15 | # [javascript: mediagoblin/static/js/**.js] | |
fbeeacd7 | 16 | # extract_messages = $._, jQuery._ |