calendar-social/babel.cfg
Gergely Polonkai 448ae1bce0 Make the web app select the language based on browser values
Language also can be selected using the `?l=langcode` query string.
2018-06-29 14:56:57 +02:00

7 lines
113 B
INI

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