Search for translation in all templates.
[mediagoblin.git] / babel.ini
CommitLineData
84d4f04e
CAW
1# Extraction from Python source files
2[python: mediagoblin/**.py]
3# Extraction from Genshi HTML and text templates
a2ec25e3 4[jinja2: mediagoblin/**/templates/**.html]
84d4f04e
CAW
5# Extract jinja templates (html)
6encoding = utf-8
813be293
CAW
7extensions = jinja2.ext.autoescape
8
84d4f04e
CAW
9[jinja2: mediagoblin/templates/**.txt]
10# Extract jinja templates (text)
11encoding = utf-8
813be293 12extensions = jinja2.ext.autoescape
84d4f04e
CAW
13
14# # Extraction from JavaScript files
15# [javascript: mediagoblin/static/js/**.js]
fbeeacd7 16# extract_messages = $._, jQuery._