2013-03-04 10:05:30 -06:00
|
|
|
# How setup this file
|
|
|
|
# http://babel.edgewall.org/wiki/Documentation/setup.html
|
|
|
|
# this file description:
|
|
|
|
# http://babel.edgewall.org/wiki/Documentation/messages.html#extraction-method-mapping-and-configuration
|
|
|
|
|
|
|
|
# Extraction from Python source files
|
2008-08-08 05:54:00 -05:00
|
|
|
[python: **.py]
|
2013-03-04 10:05:30 -06:00
|
|
|
encoding = utf-8
|
|
|
|
|
|
|
|
# Extraction from Jinja2 HTML templates
|
2009-05-22 11:19:30 -05:00
|
|
|
[jinja2: **/themes/**.html]
|
2013-03-04 10:05:30 -06:00
|
|
|
encoding = utf-8
|
|
|
|
ignore_tags = script,style
|
|
|
|
include_attrs = alt title summary
|
|
|
|
|
|
|
|
# Extraction from Jinja2 XML templates
|
2009-05-22 11:19:30 -05:00
|
|
|
[jinja2: **/themes/**.xml]
|
2013-03-04 10:05:30 -06:00
|
|
|
|
|
|
|
# Extraction from JavaScript files
|
2008-09-06 12:36:25 -05:00
|
|
|
[javascript: **.js]
|
2013-03-04 10:05:30 -06:00
|
|
|
[javascript: **.js_t]
|