-
Notifications
You must be signed in to change notification settings - Fork 113
Expand file tree
/
Copy pathbabel.cfg
More file actions
18 lines (18 loc) · 807 Bytes
/
babel.cfg
File metadata and controls
18 lines (18 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[ignore: sites/www.thunderbird.net/careers/index.html]
[ignore: sites/www.thunderbird.net/includes/release-notes-feed.html]
[ignore: sites/www.thunderbird.net/includes/_template/**.html]
[ignore: sites/updates.thunderbird.net/includes/_template/**.html]
[jinja2: sites/www.thunderbird.net/**.html]
extensions=jinja2.ext.i18n
[jinja2: sites/start.thunderbird.net/release/index.html]
extensions=jinja2.ext.i18n
[jinja2: sites/start.thunderbird.net/monthly/index.html]
extensions=jinja2.ext.i18n
[jinja2: sites/start.thunderbird.net/beta/index.html]
extensions=jinja2.ext.i18n
[jinja2: sites/start.thunderbird.net/daily/index.html]
extensions=jinja2.ext.i18n
[jinja2: sites/updates.thunderbird.net/**.html]
extensions=jinja2.ext.i18n
[jinja2: sites/roadmaps.thunderbird.net/**.html]
extensions=jinja2.ext.i18n

