Skip to content

Commit 6c03fe8

Browse files
lpincafhemberger
authored andcommitted
Add missing fields to the Italian site.json (#754)
1 parent 564cdb3 commit 6c03fe8

File tree

1 file changed

+33
-15
lines changed

1 file changed

+33
-15
lines changed

locale/it/site.json

Lines changed: 33 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"getHelpIssue": "Chiedi aiuto",
1010
"by": "da",
1111
"all-downloads": "Tutti i download",
12+
"nightly": "Build notturne",
1213
"feeds": [
1314
{
1415
"link": "feed/blog.xml",
@@ -27,7 +28,9 @@
2728
"text": "Minute Incontri TSC Node.js"
2829
}
2930
],
30-
"home": { "text": "Home" },
31+
"home": {
32+
"text": "Home"
33+
},
3134
"about": {
3235
"link": "about",
3336
"text": "About",
@@ -47,6 +50,14 @@
4750
"link": "about/resources",
4851
"text": "Risorse"
4952
},
53+
"foundation": {
54+
"link": "foundation",
55+
"text": "Fondazione"
56+
},
57+
"security": {
58+
"link": "security",
59+
"text": "Sicurezza"
60+
},
5061
"trademark": {
5162
"link": "about/trademark",
5263
"text": "Marchio Registrato"
@@ -87,15 +98,15 @@
8798
"guides": {
8899
"link": "docs/guides",
89100
"text": "Guide"
90-
},
91-
"knowledge": {
92-
"link": "knowledge",
93-
"text": "Knowledge"
94101
}
95102
},
96103
"foundation": {
97104
"link": "foundation",
98105
"text": "Fondazione",
106+
"casestudies": {
107+
"link": "foundation/case-studies",
108+
"text": "Risorse"
109+
},
99110
"members": {
100111
"link": "foundation/members",
101112
"text": "Membri"
@@ -109,8 +120,8 @@
109120
"text": "Comitato tecnico"
110121
},
111122
"itn": {
112-
"link": "foundation/in-the-news",
113-
"text": "Notizie"
123+
"link": "foundation/in-the-news",
124+
"text": "Notizie"
114125
},
115126
"announce": {
116127
"link": "foundation/announcements",
@@ -120,6 +131,10 @@
120131
"getinvolved": {
121132
"link": "get-involved",
122133
"text": "Come partecipare",
134+
"code-and-learn": {
135+
"link": "get-involved/code-and-learn",
136+
"text": "Programma + Impara"
137+
},
123138
"contribute": {
124139
"link": "get-involved/contribute",
125140
"text": "Contribuire"
@@ -128,20 +143,23 @@
128143
"link": "get-involved/development",
129144
"text": "Sviluppo"
130145
},
131-
"code-and-learn": {
132-
"link": "get-involved/code-and-learn",
133-
"text": "Programma + Impara"
134-
},
135146
"events": {
136-
"link": "get-involved/events",
137-
"text": "Eventi"
147+
"link": "get-involved/events",
148+
"text": "Eventi"
138149
},
139150
"conduct": {
151+
"link": "https://github.com/nodejs/node/blob/master/CONTRIBUTING.md#code-of-conduct",
140152
"text": "Condotta"
141153
}
142154
},
143-
"security" : { "link": "security", "text": "Sicurezza" },
144-
"blog" : { "link": "blog", "text": "Blog" },
155+
"security": {
156+
"link": "security",
157+
"text": "Sicurezza"
158+
},
159+
"blog": {
160+
"link": "blog",
161+
"text": "Blog"
162+
},
145163
"releases": {
146164
"title": "Cronologia delle Release",
147165
"downloads": "Download"

0 commit comments

Comments
 (0)