aboutsummaryrefslogtreecommitdiffstats
path: root/babel.cfg
blob: 21304dbea9fbc31b5c538f8a5bca3263db1e90e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[python: youtube/**.py]
encoding = utf-8
keywords = lazy_gettext _l _

[python: server.py]
encoding = utf-8
keywords = _

[python: settings.py]
encoding = utf-8
keywords = _

[jinja2: youtube/templates/**.html]
encoding = utf-8
extensions=jinja2.ext.i18n
silent=false