Skip to content

Commit 3d72d35

Browse files
Th3WallDavide Mandelli
and
Davide Mandelli
authored
Translated Installation page & In this chapter block's label (#422)
Co-authored-by: Davide Mandelli <[email protected]>
1 parent 3bc6e44 commit 3d72d35

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

src/components/MDX/MDXComponents.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ function YouWillLearn({
173173
children: any;
174174
isChapter?: boolean;
175175
}) {
176-
let title = isChapter ? 'In this chapter' : 'You will learn';
176+
let title = isChapter ? 'In questo capitolo' : 'Imparerai';
177177
return <SimpleCallout title={title}>{children}</SimpleCallout>;
178178
}
179179

src/content/learn/installation.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ React è stato progettato sin dal principio per essere adottato gradualmente. A
1010

1111
<YouWillLearn isChapter={true}>
1212

13-
* [How to start a new React project](/learn/start-a-new-react-project)
14-
* [How to add React to an existing project](/learn/add-react-to-an-existing-project)
13+
* [Come iniziare un nuovo progetto React](/learn/start-a-new-react-project)
14+
* [Come aggiungere React ad un progetto esistente](/learn/add-react-to-an-existing-project)
1515
* [Come configurare il tuo editor](/learn/editor-setup)
1616
* [Come installare i React Developer Tools](/learn/react-developer-tools)
1717

@@ -43,10 +43,10 @@ La maggioranza delle pagine della documentazione di React contengono sandboxes c
4343

4444
Per provare React localmente sul suo computer, [scarica questa pagina HTML.](https://gist.githubusercontent.com/gaearon/0275b1e1518599bbeafcde4722e79ed1/raw/db72dcbf3384ee1708c4a07d3be79860db04bff0/example.html) Aprila nel tuo editor e nel tuo browser!
4545

46-
## Start a new React project {/*start-a-new-react-project*/}
46+
## Inizia un nuovo progetto React {/*start-a-new-react-project*/}
4747

48-
If you want to build an app or a website fully with React, [start a new React project.](/learn/start-a-new-react-project)
48+
Se desideri creare un'app o un sito web completamente con React, [inizia un nuovo progetto React.](/learn/start-a-new-react-project)
4949

50-
## Add React to an existing project {/*add-react-to-an-existing-project*/}
50+
## Aggiungi React ad un progetto esistente {/*add-react-to-an-existing-project*/}
5151

52-
If want to try using React in your existing app or a website, [add React to an existing project.](/learn/add-react-to-an-existing-project)
52+
Se desideri provare ad utilizzare React nella tua app o in un sito web esistente, [aggiungi React ad un progetto esistente.](/learn/add-react-to-an-existing-project)

src/sidebarLearn.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@
2121
]
2222
},
2323
{
24-
"title": "Installation",
24+
"title": "Installazione",
2525
"path": "/learn/installation",
2626
"routes": [
2727
{
28-
"title": "Start a New React Project",
28+
"title": "Inizia un nuovo progetto React",
2929
"path": "/learn/start-a-new-react-project"
3030
},
3131
{
32-
"title": "Add React to an Existing Project",
32+
"title": "Aggiungi React ad un progetto esistente",
3333
"path": "/learn/add-react-to-an-existing-project"
3434
},
3535
{
36-
"title": "Editor Setup",
36+
"title": "Setup dell'editor",
3737
"path": "/learn/editor-setup"
3838
},
3939
{

0 commit comments

Comments
 (0)