-
Notifications
You must be signed in to change notification settings - Fork 1
/
settings.json
53 lines (53 loc) · 1.11 KB
/
settings.json
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
43
44
45
46
47
48
49
50
51
52
53
{
"theme": {
"logo": "/icons/apple-icon-60x60.png",
"front": {
"bg": "bg-base text-secondary",
"card": "bg-white"
},
"header": "bg-white text-secondary",
"header2": "bg-blue-grey-1",
"drawer": "bg-grey-9 text-grey-4",
"page": "bg-grey-1"
},
"licenses": [
{
"value": "mit",
"label": "license.mit"
}
],
"i18n": {
"en": {
"locales": {
"en": "English",
"fr": "Français",
"da": "Dansk",
"sv": "Svenska",
"et": "Eesti",
"nl": "Nederlands/Vlaams",
"pt": "Português",
"de": "Deutsch",
"it": "Italiano",
"fi": "Suomalainen",
"ru": "Русский",
"el": "Ελληνικά"
}
},
"fr": {
"locales": {
"en": "English",
"fr": "Français",
"da": "Dansk",
"sv": "Svenska",
"et": "Eesti",
"nl": "Nederlands/Vlaams",
"pt": "Português",
"de": "Deutsch",
"it": "Italiano",
"fi": "Suomalainen",
"ru": "Русский",
"el": "Ελληνικά"
}
}
}
}