Skip to content

Fix typos in italian "get started" page #1706

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 16, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions locales/it/learn.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ learn-reference-alt = icona libreria
learn-reference = La Reference non contiene soltanto le specifiche formali, ma scende anche in maggior profondità rispetto al Libro.
learn-reference-button = Leggi la Reference
learn-nomicon-alt = due mani che reggono un fuoco
learn-nomicon = Il Rustonomicon è il tuo mauale di magia nera sul codice Rust unsafe. Noto anche come "il 'nomicon".
learn-nomicon = Il Rustonomicon è il tuo manuale di magia nera sul codice Rust unsafe. Noto anche come "il 'nomicon".
learn-nomicon-button = Leggi il ’nomicon
translated-nomicon = { "" }
translated-nomicon-button = { "" }
Expand Down Expand Up @@ -90,7 +90,7 @@ learn-generating-steps =
{ $output }
learn-dependencies = Aggiungere dipendenze
learn-dependencies-steps =
<p>Aggiungiamo una dipendenza alla nostra applicazione. Puoi creare qualunque tipo di libreria su <a href="https://crates.io">crates.io</a>, il resgistro dei pacchetti per Rust. In Rust, ci si riferisce spesso ai pacchetti con "crates."</p>
<p>Aggiungiamo una dipendenza alla nostra applicazione. Puoi creare qualunque tipo di libreria su <a href="https://crates.io">crates.io</a>, il registro dei pacchetti per Rust. In Rust, ci si riferisce spesso ai pacchetti con "crates."</p>
<p>In questo progetto, useremo un crate chiamato <a href="https://crates.io/crates/ferris-says"><code>ferris-says</code></a>.
<p>Nel nostro file <code>Cargo.toml</code> aggiungiamo questo (ottenuto dalla pagina del crate stesso):</p>
{ $cargotoml }
Expand Down