Skip to content

Commit 73e6e19

Browse files
Traduzione nuova HomePage (#417)
* feat(homepage): translation to italian * fix(HomeContent): rm typegen * chore(README.md): updated links to it repo * chore(.gitignore): ignore typegen files * feat(HomeContent): translations * Update src/components/Layout/HomeContent.js Co-authored-by: Mattia Sanfilippo <[email protected]> * Update src/components/Layout/HomeContent.js Co-authored-by: Mattia Sanfilippo <[email protected]> * Update src/components/Layout/HomeContent.js Co-authored-by: Mattia Sanfilippo <[email protected]> * chore(HomeContent): prettier --------- Co-authored-by: Mattia Sanfilippo <[email protected]>
1 parent 4406dda commit 73e6e19

File tree

8 files changed

+139
-124
lines changed

8 files changed

+139
-124
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@ yarn-error.log*
3636

3737
# external fonts
3838
public/fonts/**/Optimistic_*.woff2
39+
40+
# typegen files
41+
*.typegen.ts

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This repo contains the source code and documentation powering [it.reactjs.org](h
55
# ⚠ Beta Website ⚠
66
We are currently transitioning our translation efforts to the new website that is currently in [Beta](https://github.com/reactjs/reactjs.org/issues/4135).
77

8-
We are early stages and still setting up everything, all the previous translation efforts are stopped.
8+
We are early stages and still setting up everything, all the previous translation efforts are stopped.
99

1010
Nothing is lost, all the translated content will be archived.
1111

@@ -26,11 +26,11 @@ As usual you can follow the progress [here (#1)](https://github.com/reactjs/it.r
2626
1. Node: any 12.x version starting with v12.0.0 or greater
2727
1. Yarn: See [Yarn website for installation instructions](https://yarnpkg.com/lang/en/docs/install/)
2828
1. A fork of the repo (for any contributions)
29-
1. A clone of the [react.dev repo](https://github.com/reactjs/react.dev) on your local machine
29+
1. A clone of the [it.react.dev repo](https://github.com/reactjs/it.react.dev) on your local machine
3030

3131
### Installation
3232

33-
1. `cd react.dev` to go into the project root
33+
1. `cd it.react.dev` to go into the project root
3434
3. `yarn` to install the website's npm dependencies
3535

3636
### Running locally
@@ -67,7 +67,7 @@ The documentation is divided into several sections with a different tone and pur
6767

6868
1. `git add -A && git commit -m "My message"` (replacing `My message` with a commit message, such as `Fix header logo on Android`) to stage and commit your changes
6969
1. `git push my-fork-name the-name-of-my-branch`
70-
1. Go to the [react.dev repo](https://github.com/reactjs/react.dev) and you should see recently pushed branches.
70+
1. Go to the [it.react.dev repo](https://github.com/reactjs/it.react.dev) and you should see recently pushed branches.
7171
1. Follow GitHub's instructions.
7272
1. If possible, include screenshots of visual changes. A preview build is triggered after your changes are pushed to GitHub.
7373

src/components/Layout/Footer.tsx

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -286,50 +286,54 @@ export function Footer() {
286286
</div>
287287
<div className="flex flex-col">
288288
<FooterLink href="/learn" isHeader={true}>
289-
Learn React
289+
Impara React
290290
</FooterLink>
291291
<FooterLink href="/learn/">Quick Start</FooterLink>
292-
<FooterLink href="/learn/installation">Installation</FooterLink>
292+
<FooterLink href="/learn/installation">Installazione</FooterLink>
293293
<FooterLink href="/learn/describing-the-ui">
294-
Describing the UI
294+
Descrivere la UI
295295
</FooterLink>
296296
<FooterLink href="/learn/adding-interactivity">
297-
Adding Interactivity
297+
Aggiungere Interattività
298+
</FooterLink>
299+
<FooterLink href="/learn/managing-state">
300+
Gestione dello State
301+
</FooterLink>
302+
<FooterLink href="/learn/escape-hatches">
303+
Uscite di Emergenza
298304
</FooterLink>
299-
<FooterLink href="/learn/managing-state">Managing State</FooterLink>
300-
<FooterLink href="/learn/escape-hatches">Escape Hatches</FooterLink>
301305
</div>
302306
<div className="flex flex-col">
303307
<FooterLink href="/reference/react" isHeader={true}>
304-
API Reference
308+
API di Riferimento
305309
</FooterLink>
306310
<FooterLink href="/reference/react">React APIs</FooterLink>
307311
<FooterLink href="/reference/react-dom">React DOM APIs</FooterLink>
308312
</div>
309313
<div className="md:col-start-2 xl:col-start-4 flex flex-col">
310314
<FooterLink href="/community" isHeader={true}>
311-
Community
315+
Comunità
312316
</FooterLink>
313317
<FooterLink href="https://github.com/facebook/react/blob/main/CODE_OF_CONDUCT.md">
314-
Code of Conduct
318+
Codice di Condotta
315319
</FooterLink>
316-
<FooterLink href="/community/team">Meet the Team</FooterLink>
320+
<FooterLink href="/community/team">Incontra il Team</FooterLink>
317321
<FooterLink href="/community/docs-contributors">
318-
Docs Contributors
322+
Collaboratori Docs
319323
</FooterLink>
320324
<FooterLink href="/community/acknowledgements">
321-
Acknowledgements
325+
Riconoscimenti
322326
</FooterLink>
323327
</div>
324328
<div className="flex flex-col">
325-
<FooterLink isHeader={true}>More</FooterLink>
329+
<FooterLink isHeader={true}>Di Più</FooterLink>
326330
<FooterLink href="/blog">Blog</FooterLink>
327331
<FooterLink href="https://reactnative.dev/">React Native</FooterLink>
328332
<FooterLink href="https://opensource.facebook.com/legal/privacy">
329333
Privacy
330334
</FooterLink>
331335
<FooterLink href="https://opensource.fb.com/legal/terms/">
332-
Terms
336+
Termini
333337
</FooterLink>
334338
<div className="flex flex-row mt-8 gap-x-2">
335339
<ExternalLink

0 commit comments

Comments
 (0)