aboutsummaryrefslogtreecommitdiffstats
path: root/babel.ini
blob: a4e3267a6d9165ce87ec415c42b745b193a0961c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Extraction from Python source files
[python: mediagoblin/**.py]
# Extraction from Genshi HTML and text templates
[jinja2: mediagoblin/templates/**.html]
# Extract jinja templates (html)
encoding = utf-8
[jinja2: mediagoblin/templates/**.txt]
# Extract jinja templates (text)
encoding = utf-8

# # Extraction from JavaScript files
# [javascript: mediagoblin/static/js/**.js]
# extract_messages = $._, jQuery._