forked from mailpile/Mailpile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
babel.cfg
31 lines (25 loc) · 857 Bytes
/
babel.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Extraction from Python source files
[python: mailpile/**.py]
encoding = utf-8
[python: shared-data/contrib/**.py]
encoding = utf-8
[python: shared-data/multiple/**.py]
encoding = utf-8
[python: shared-data/mailpile-gui/**.py]
encoding = utf-8
# Extraction from Jinja2 template files
[jinja2: shared-data/default-theme/html/**]
encoding = utf-8
ignore_tags = style
extensions = jinja2.ext.do,jinja2.ext.autoescape,mailpile.www.jinjaextensions.MailpileCommand
silent = false
[jinja2: shared-data/contrib/html/**.html]
encoding = utf-8
ignore_tags = style
extensions = jinja2.ext.do,jinja2.ext.autoescape,mailpile.www.jinjaextensions.MailpileCommand
silent = false
[jinja2: shared-data/contrib/html/**.js]
encoding = utf-8
ignore_tags = style
extensions = jinja2.ext.do,jinja2.ext.autoescape,mailpile.www.jinjaextensions.MailpileCommand
silent = false