forked from hedyorg/hedy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
menu.json
50 lines (50 loc) · 917 Bytes
/
menu.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
{
"nav": [
{
"_": "start",
"en": "Home",
"nl": "Home",
"es": "Inicio",
"fr": "Page principale",
"pt_br": "Início",
"de": "Start"
},
{
"_": "hedy",
"en": "Hedy",
"nl": "Hedy",
"es": "Hedy",
"fr": "Hedy",
"pt_br": "Hedy",
"de": "Hedy",
"accent_color": "blue-200"
},
{
"_": "press",
"en": "Press",
"nl": "Pers",
"es": "Prensa",
"fr": "Presse",
"pt_br": "Mídia",
"de": "Presse"
},
{
"_": "contact",
"en": "Contact",
"nl": "Contact",
"es": "Contacto",
"fr": "Contacter",
"pt_br": "Contato",
"de": "Kontakt"
},
{
"_": "learn_more",
"en": "Learn more",
"nl": "Meer info",
"es": "Aprende más",
"fr": "Learn more",
"pt_br": "Learn more",
"de": "Learn more"
}
]
}