Fix #5398 and #5395 - Fix tests failing due to problem creating connection for alembic
[larjonas-mediagoblin.git] / babel.ini
blobe670f593bbdb939086c4d67ef42afabb6d7ad3d4
1 # Extraction from Python source files
2 [python: mediagoblin/**.py]
3 # Extraction from Jinja2 HTML and text templates
4 [jinja2: mediagoblin/**/templates/**.html]
5 # Extract Jinja2 templates (html)
6 encoding = utf-8
7 extensions = jinja2.ext.autoescape, mediagoblin.tools.template.TemplateHookExtension
9 [jinja2: mediagoblin/templates/**.txt]
10 # Extract Jinja2 templates (text)
11 encoding = utf-8
12 extensions = jinja2.ext.autoescape
14 # # Extraction from JavaScript files
15 # [javascript: mediagoblin/static/js/**.js]
16 # extract_messages = $._, jQuery._