indico-plugins/babel.cfg
Pedro Ferreira 547e8a7023 Add script that handles i18n operations
init, extract and update can be done for all plugins at once
2015-03-12 11:28:49 +01:00

11 lines
230 B
INI

[python: **.py]
encoding = utf-8
[jinja2: templates/**.txt]
encoding = utf-8
extensions = jinja2.ext.autoescape, jinja2.ext.with_
[jinja2: templates/**.html]
encoding = utf-8
extensions = jinja2.ext.autoescape, jinja2.ext.with_