File: babel.ini

package info (click to toggle)
mediagoblin 0.9.0~dfsg-1~exp4
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 47,324 kB
  • sloc: python: 23,062; sh: 712; makefile: 403; lisp: 131; xml: 72
file content (16 lines) | stat: -rw-r--r-- 537 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Extraction from Python source files
[python: mediagoblin/**.py]
# Extraction from Jinja2 HTML and text templates
[jinja2: mediagoblin/**/templates/**.html]
# Extract Jinja2 templates (html)
encoding = utf-8
extensions = jinja2.ext.autoescape, mediagoblin.tools.template.TemplateHookExtension

[jinja2: mediagoblin/templates/**.txt]
# Extract Jinja2 templates (text)
encoding = utf-8
extensions = jinja2.ext.autoescape

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