Added extraction stuff that's not used but appears to work :)
[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
4[jinja2: mediagoblin/templates/**.html]
5# Extract jinja templates (html)
6encoding = utf-8
7[jinja2: mediagoblin/templates/**.txt]
8# Extract jinja templates (text)
9encoding = utf-8
10
11# # Extraction from JavaScript files
12# [javascript: mediagoblin/static/js/**.js]
13# extract_messages = $._, jQuery._