-
Notifications
You must be signed in to change notification settings - Fork 8
/
config.toml
42 lines (40 loc) · 966 Bytes
/
config.toml
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
32
33
34
35
36
37
38
39
40
41
42
DefaultContentLanguage = "en"
baseURL = "https://privacybadger.org"
title = "Privacy Badger"
disableKinds = ['section', 'taxonomy', 'term']
[params]
badgerVersion = "2019.11.18"
matomoID = 36
[languages]
[languages.en]
contentDir = "content/en"
languageName = "English"
weight = 1
[languages.de]
contentDir = "content/de"
languageName = "Deutsch"
weight = 2
[languages.es]
contentDir = "content/es"
languageName = "Español"
weight = 3
[languages.fr]
contentDir = "content/fr"
languageName = "Français"
weight = 4
[languages.ru]
contentDir = "content/ru"
languageName = "Русский"
weight = 5
[languages.sv]
contentDir = "content/sv"
languageName = "Svenska"
weight = 6
[languages.tr]
contentDir = "content/tr"
languageName = "Türkçe"
weight = 7
[languages.zh-CN]
contentDir = "content/zh_CN"
languageName = "中文(中国)"
weight = 8