2013-03-04 10:35:30 -05:30
|
|
|
# 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 10:54:00 +00:00
|
|
|
[python: **.py]
|
2013-03-04 10:35:30 -05:30
|
|
|
encoding = utf-8
|
|
|
|
|
|
|
|
# Extraction from Jinja2 HTML templates
|
2009-05-22 18:19:30 +02:00
|
|
|
[jinja2: **/themes/**.html]
|
2013-03-04 10:35:30 -05:30
|
|
|
encoding = utf-8
|
|
|
|
ignore_tags = script,style
|
|
|
|
include_attrs = alt title summary
|
|
|
|
|
|
|
|
# Extraction from Jinja2 XML templates
|
2009-05-22 18:19:30 +02:00
|
|
|
[jinja2: **/themes/**.xml]
|
2013-03-04 10:35:30 -05:30
|
|
|
|
|
|
|
# Extraction from JavaScript files
|
2008-09-06 17:36:25 +00:00
|
|
|
[javascript: **.js]
|
2013-03-04 10:35:30 -05:30
|
|
|
[javascript: **.js_t]
|