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

Commit 2eb3e8c

Browse files
authored
Merge pull request #10 from rust-lang/master
16.12.2.20.53
2 parents 012dde1 + 6da72cb commit 2eb3e8c

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

_layouts/basic.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
</a>
2727
</li>
2828
<li class="col-xs-12 col-md-10 menu">
29-
<h2><a href="/documentation.html">Documentation</a></h2>
30-
<h2><a href="/community.html">Community</a></h2>
31-
<h2><a href="/downloads.html">Downloads</a></h2>
32-
<h2><a href="/contribute.html">Contribute</a></h2>
29+
<h2><a href="/en-US/documentation.html">Documentation</a></h2>
30+
<h2><a href="/en-US/community.html">Community</a></h2>
31+
<h2><a href="/en-US/downloads.html">Downloads</a></h2>
32+
<h2><a href="/en-US/contribute.html">Contribute</a></h2>
3333
</li>
3434
</ul>
3535
</header>

_layouts/ko-KR/basic.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ <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>,
4243
<a href="/pt-BR/">Português</a>,
4344
<a href="/ru-RU/">Русский</a>,
44-
<a href="/zh-CN/">简体中文</a>,
45-
<a href="/fr-FR/">Français</a>
45+
<a href="/zh-CN/">简体中文</a>
4646
</p>
4747
</footer>
4848

_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-FR/">Français</a>,
42+
<a href="/fr/">Français</a>,
4343
<a href="/ko-KR/">한국어</a>,
4444
<a href="/ru-RU/">Русский</a>,
4545
<a href="/zh-CN/">简体中文</a>

_layouts/ru-RU/basic.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h2><a href="/ru-RU/contribute.html">Участие</a></h2>
3939
<footer>
4040
<p>Наш сайт на других языках:
4141
<a href="/en-US/">English</a>,
42-
<a href="/fr-FR/">Français</a>,
42+
<a href="/fr/">Français</a>,
4343
<a href="/ko-KR/">한국어</a>,
4444
<a href="/pt-BR/">Português</a>,
4545
<a href="/zh-CN/">简体中文</a>

_layouts/zh-CN/basic.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ <h2><a href="/zh-CN/contribute.html">贡献</a></h2>
3737
{{ content }}
3838

3939
<footer>
40-
<p>外语页面
40+
<p>本土化页面
4141
<a href="/en-US/">English</a>,
42-
<a href="/fr-FR/">Français</a>,
42+
<a href="/fr/">Français</a>,
4343
<a href="/ko-KR/">한국어</a>,
4444
<a href="/pt-BR/">Português</a>,
4545
<a href="/ru-RU/">Русский</a>

0 commit comments

Comments
 (0)