Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 141ef38

Browse files
committed
Finished italian translation
2 parents 4edf205 + 4b18d0e commit 141ef38

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+3751
-258
lines changed

_data/team.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ people:
5252
name: Emily Dunham
5353
erickt:
5454
name: Erick Tryzelaar
55+
frewsxcv:
56+
name: Corey Farwell
57+
irc: frewsxcv
5558
Gankro:
5659
name: Alexis Beingessner
5760
ex-teams: ["libs"]
@@ -152,7 +155,7 @@ teams:
152155
153156
- name: Documentation team
154157
responsibility: "ensuring Rust has fantastic documentation"
155-
members: [steveklabnik, GuillaumeGomez, jonathandturner, peschkaj]
158+
members: [steveklabnik, GuillaumeGomez, jonathandturner, peschkaj, frewsxcv]
156159
- name: Moderation team
157160
responsibility: "helping uphold the <a href='https://www.rust-lang.org/conduct.html'>code of conduct</a>"
158161
members: [mbrubeck, BurntSushi, manishearth, pnkfelix, niconii]
File renamed without changes.
File renamed without changes.

_layouts/basic.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ <h2><a href="/en-US/contribute.html">Contribute</a></h2>
3838

3939
<footer>
4040
<p>Our site in other languages:
41-
<a href="/fr/">Français</a>,
41+
<a href="/es-ES/">Español</a>,
42+
<a href="/fr-FR/">Français</a>,
4243
<a href="/ja-JP/">日本語</a>,
4344
<a href="/ko-KR/">한국어</a>,
4445
<a href="/pt-BR/">Português</a>,

_layouts/es-ES/basic.html

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
<!DOCTYPE html>
2+
<!-- Page last generated {{ site.time }} -->
3+
<html lang="en">
4+
<head>
5+
<meta charset="utf-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<title>{{ page.title }}</title>
9+
<meta name="keywords" content="Rust, Rust programming language, rustlang, rust-lang, Mozilla Rust">
10+
<meta name="description" content="A systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety.">
11+
12+
<link rel="stylesheet" href="/css/bootstrap.css">
13+
<link rel="stylesheet" href="/css/style.css">
14+
</head>
15+
16+
<body class="container">
17+
<a href="https://github.com/rust-lang/rust">
18+
<img class="ribbon" style="display: none" src="/logos/forkme.png" alt="Fork me on GitHub" width="298" height="298">
19+
</a>
20+
21+
<header>
22+
<ul class="row menu">
23+
<li class="col-xs-12 col-md-2">
24+
<a href="/en-US/index.html">
25+
<img class="img-responsive" src="/logos/rust-logo-blk.svg" onerror="this.src='/logos/rust-logo-256x256-blk.png'" height="128" width="128" alt="Rust logo" />
26+
</a>
27+
</li>
28+
<li class="col-xs-12 col-md-10 menu">
29+
<h2><a href="/en-US/documentation.html">Documentation</a></h2>
30+
<h2><a href="/en-US/install.html">Install</a></h2>
31+
<h2><a href="/en-US/community.html">Community</a></h2>
32+
<h2><a href="/en-US/contribute.html">Contribute</a></h2>
33+
</li>
34+
</ul>
35+
</header>
36+
37+
{{ content }}
38+
39+
<footer>
40+
<p>Our site in other languages:
41+
<a href="/es-ES/">Español</a>,
42+
<a href="/fr-FR/">Français</a>,
43+
<a href="/ja-JP/">日本語</a>,
44+
<a href="/ko-KR/">한국어</a>,
45+
<a href="/pt-BR/">Português</a>,
46+
<a href="/ru-RU/">Русский</a>,
47+
<a href="/vi-VN/">Tiếng việt</a>,
48+
<a href="/zh-CN/">简体中文</a>
49+
</p>
50+
</footer>
51+
52+
<script>
53+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
54+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
55+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
56+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
57+
58+
ga('create', 'UA-58390457-1', 'auto');
59+
ga('send', 'pageview');
60+
61+
</script>
62+
</body>
63+
</html>

_layouts/fr/default.html renamed to _layouts/es-ES/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: fr/basic
2+
layout: es-ES/basic
33
---
44

55
<div class="content">

_layouts/fr/basic.html renamed to _layouts/fr-FR/basic.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
22
<!-- Page last generated {{ site.time }} -->
3-
<html lang="fr">
3+
<html lang="fr-FR">
44
<head>
55
<meta charset="utf-8">
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
@@ -21,15 +21,15 @@
2121
<header>
2222
<ul class="row menu">
2323
<li class="col-xs-12 col-md-2">
24-
<a href="/fr/index.html">
24+
<a href="/fr-FR/index.html">
2525
<img class="img-responsive" src="/logos/rust-logo-blk.svg" onerror="this.src='/logos/rust-logo-256x256-blk.png'" height="128" width="128" alt="Rust logo" />
2626
</a>
2727
</li>
2828
<li class="col-xs-12 col-md-10 menu">
29-
<h2><a href="/fr/documentation.html">Documentation</a></h2>
30-
<h2><a href="/fr/install.html">Install</a></h2>
31-
<h2><a href="/fr/community.html">Communauté</a></h2>
32-
<h2><a href="/fr/contribute.html">Contribuer</a></h2>
29+
<h2><a href="/fr-FR/documentation.html">Documentation</a></h2>
30+
<h2><a href="/fr-FR/install.html">Install</a></h2>
31+
<h2><a href="/fr-FR/community.html">Communauté</a></h2>
32+
<h2><a href="/fr-FR/contribute.html">Contribuer</a></h2>
3333
</li>
3434
</ul>
3535
</header>
@@ -39,7 +39,7 @@ <h2><a href="/fr/contribute.html">Contribuer</a></h2>
3939
<footer>
4040
<p>Notre site dans d'autres langues&nbsp;:
4141
<a href="/en-US/">English</a>,
42-
<a href="/ja-JP/">日本語</a>,
42+
<a href="/ja-JP/">日本語</a>,
4343
<a href="/ko-KR/">한국어</a>,
4444
<a href="/pt-BR/">Português</a>,
4545
<a href="/ru-RU/">Русский</a>,

_layouts/fr-FR/default.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
layout: fr-FR/basic
3+
---
4+
5+
<div class="content">
6+
{{ content }}
7+
</div>

_layouts/ja-JP/basic.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
22
<!-- Page last generated {{ site.time }} -->
3-
<html lang="ja">
3+
<html lang="ja-JP">
44
<head>
55
<meta charset="utf-8">
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
@@ -38,8 +38,8 @@ <h2><a href="/en-US/contribute.html">開発に参加する</a></h2>
3838

3939
<footer>
4040
<p>他の言語のページ:
41-
<a href="/en-US/">English</a>,
42-
<a href="/fr/">Français</a>,
41+
<a href="/en-US/">English</a>,
42+
<a href="/fr-FR/">Français</a>,
4343
<a href="/ko-KR/">한국어</a>,
4444
<a href="/pt-BR/">Português</a>,
4545
<a href="/ru-RU/">Русский</a>,

_layouts/ko-KR/basic.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
22
<!-- Page last generated {{ site.time }} -->
3-
<html lang="ko">
3+
<html lang="ko-KR">
44
<head>
55
<meta charset="utf-8">
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
@@ -39,7 +39,7 @@ <h2><a href="/ko-KR/contribute.html">기여하기</a></h2>
3939
<footer>
4040
<p>이 사이트를 다른 언어로 보기:
4141
<a href="/en-US/">English</a>,
42-
<a href="/fr/">Français</a>,
42+
<a href="/fr-FR/">Français</a>,
4343
<a href="/ja-JP/">日本語</a>,
4444
<a href="/pt-BR/">Português</a>,
4545
<a href="/ru-RU/">Русский</a>,

_layouts/pt-BR/basic.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h2><a href="/pt-BR/contribute.html">Contribua</a></h2>
3939
<footer>
4040
<p>Nosso site em outros idiomas:
4141
<a href="/en-US/">English</a>,
42-
<a href="/fr/">Français</a>,
42+
<a href="/fr-FR/">Français</a>,
4343
<a href="/ja-JP/">日本語</a>,
4444
<a href="/ko-KR/">한국어</a>,
4545
<a href="/ru-RU/">Русский</a>,

_layouts/ru-RU/basic.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ <h2><a href="/ru-RU/contribute.html">Участие</a></h2>
3535
</header>
3636

3737
{{ content }}
38-
38+
3939
<footer>
4040
<p>Наш сайт на других языках:
4141
<a href="/en-US/">English</a>,
42-
<a href="/fr/">Français</a>,
42+
<a href="/fr-FR/">Français</a>,
4343
<a href="/ja-JP/">日本語</a>,
4444
<a href="/ko-KR/">한국어</a>,
4545
<a href="/pt-BR/">Português</a>,

_layouts/vi-VN/basic.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h2><a href="/vi-VN/contribute.html">Đóng góp</a></h2>
3939
<footer>
4040
<p>Our site in other languages:
4141
<a href="/en-US/">English</a>,
42-
<a href="/fr/">Français</a>,
42+
<a href="/fr-FR/">Français</a>,
4343
<a href="/ko-KR/">한국어</a>,
4444
<a href="/pt-BR/">Português</a>,
4545
<a href="/ru-RU/">Русский</a>,

_layouts/zh-CN/basic.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h2><a href="/zh-CN/contribute.html">贡献</a></h2>
3939
<footer>
4040
<p>本土化页面:
4141
<a href="/en-US/">English</a>,
42-
<a href="/fr/">Français</a>,
42+
<a href="/fr-FR/">Français</a>,
4343
<a href="/ja-JP/">日本語</a>,
4444
<a href="/ko-KR/">한국어</a>,
4545
<a href="/pt-BR/">Português</a>,

en-US/community.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ Rust's developers coordinate in [#rust-internals][internals_irc]. It is for real
9191
- [#rust-bots][bots_irc] notifications about Rust from a selection of bots
9292
- [#rust-docs][docs_irc] is the home of the unoffical documentation team
9393
- [#rust-crypto][crypto_irc] is for discussion of cryptography in Rust
94+
- [#rust-embedded][embedded_irc] is for people doing embedded software in Rust
9495
- [#rust-gamedev][gamedev_irc] is for people doing game development in Rust
9596
- [#rust-networking][networking_irc] is for people doing computer networking and development in Rust
9697
- [#rust-offtopic][offtopic_irc] is for general chit-chat amongst Rustaceans
@@ -107,6 +108,7 @@ Rust's developers coordinate in [#rust-internals][internals_irc]. It is for real
107108
[crypto_irc]: https://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-crypto
108109
[de_irc]: https://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-de
109110
[es_irc]: https://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-es
111+
[embedded_irc]: https://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-embedded
110112
[fr_irc]: https://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-fr
111113
[gamedev_irc]: https://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-gamedev
112114
[internals_irc]: https://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-internals

0 commit comments

Comments
 (0)