2017-05-29 11:50:25 -05:00
|
|
|
# How to setup this file
|
|
|
|
# http://babel.pocoo.org/en/latest/installation.html
|
2013-03-04 10:05:30 -06:00
|
|
|
# this file description:
|
2017-05-29 11:50:25 -05:00
|
|
|
# http://babel.pocoo.org/en/latest/messages.html
|
2013-03-04 10:05:30 -06:00
|
|
|
|
|
|
|
# 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
|
|
|
|
|
2017-05-25 09:27:23 -05:00
|
|
|
# Extraction from Jinja2 template files
|
|
|
|
[jinja2: **/templates/latex/**.tex_t]
|
|
|
|
variable_start_string = <%=
|
|
|
|
variable_end_string = %>
|
|
|
|
block_start_string = <%
|
|
|
|
block_end_string = %>
|
|
|
|
|
2013-03-04 10:05:30 -06:00
|
|
|
# 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]
|