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

Commit ccd8ee5

Browse files
authored
Merge pull request #650 from 3442853561/16.12.21
fix the chinese Install page
2 parents cb20d49 + af5c413 commit ccd8ee5

File tree

6 files changed

+22
-12
lines changed

6 files changed

+22
-12
lines changed

_layouts/ko-KR/basic.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</li>
2828
<li class="col-xs-12 col-md-10 menu">
2929
<h2><a href="/ko-KR/documentation.html">문서</a></h2>
30-
<h2><a href="/ko-KR/install.html">Install</a></h2>
30+
<h2><a href="/ko-KR/install.html">설치</a></h2>
3131
<h2><a href="/ko-KR/community.html">커뮤니티</a></h2>
3232
<h2><a href="/ko-KR/contribute.html">기여하기</a></h2>
3333
</li>

_layouts/zh-CN/basic.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</li>
2828
<li class="col-xs-12 col-md-10 menu">
2929
<h2><a href="/zh-CN/documentation.html">文档</a></h2>
30-
<h2><a href="/zh-CN/install.html">Install</a></h2>
30+
<h2><a href="/zh-CN/install.html">安装</a></h2>
3131
<h2><a href="/zh-CN/community.html">社区</a></h2>
3232
<h2><a href="/zh-CN/contribute.html">贡献</a></h2>
3333
</li>

_layouts/zh-CN/faq.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
layout: default
3+
---
4+
5+
<link href='https://fonts.googleapis.com/css?family=Source+Serif+Pro:400,600' rel='stylesheet' type='text/css'>
6+
<link href='/css/syntax-highlight.css' rel='stylesheet' type='text/css'>
7+
8+
<div class="faq">
9+
{{ content }}
10+
</div>

zh-CN/contribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ libs / community building
4343
-->
4444

4545
[#rust-internals]: https://client00.chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-internals
46-
: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md
46+
[CONTRIBUTING.md]: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md
4747
[bugs]: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
4848
[coc]: https://www.rust-lang.org/conduct.html
4949
[community team]: https://www.rust-lang.org/team.html#Community

zh-CN/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
</div>
1414
<div class="col-md-4">
1515
<a class="release-button" href="install.html">
16-
<div class="release-version">Install Rust <span>{{ site.stable }}</span></div>
16+
<div class="release-version">安装 Rust <span>{{ site.stable }}</span></div>
1717
</a>
18-
<div class="release-date">{{ site.stable_date | date: "%B %-d, %Y" }}</div>
18+
<div class="release-date">{{ site.stable_date | date: "%Y 年 %b 月 %-d 日" }}</div>
1919
</div>
2020
</div>
2121

zh-CN/install.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: zh-CN/default
33
title: Installation &middot; The Rust Programming Language
44
---
5-
<h1 class="rustup">Install Rust</h1>
5+
<h1 class="rustup">安装 Rust</h1>
66

77
<div class="row rustup-row">
88
<div class="col-md-8 instr-column">
@@ -13,14 +13,14 @@ <h1 class="rustup">Install Rust</h1>
1313

1414
<div id="platform-instructions-win" class="instructions" style="display: none;">
1515
<p>
16-
To install Rust, download and run
16+
安装 Rust:下载并运行
1717
<a href="https://win.rustup.rs">rustup&#x2011;init.exe</a>
18-
then follow the onscreen instructions.
18+
然后按照屏幕上的说明进行操作
1919
</p>
2020
</div>
2121

2222
<div id="platform-instructions-android" class="instructions" style="display: none;">
23-
<p>It looks like you are running Android.</p>
23+
<p>您似乎正在安卓(Android)操作系统上浏览本页面</p>
2424
<p>
2525
The Rust compiler does not run on Android directly (yet),
2626
but it does make it easy to cross-compile <em>to</em> Android.
@@ -59,9 +59,9 @@ <h1 class="rustup">Install Rust</h1>
5959

6060
<div>
6161
<p>
62-
If you are running Windows,<br/>download and run
62+
您正在使用的是 Windows 操作系统<br/>下载并运行
6363
<a href="https://win.rustup.rs">rustup&#x2011;init.exe</a>
64-
then follow the onscreen instructions.
64+
然后按照屏幕上的说明进行操作。
6565
</p>
6666
</div>
6767
</div>
@@ -72,7 +72,7 @@ <h1 class="rustup">Install Rust</h1>
7272
<div>
7373
<div class="release-version">Rust <span>{{ site.stable }}</span></div>
7474
<a href="{{ site.stable_blog }}">
75-
<div class="release-date">{{ site.stable_date | date: "%B %-d, %Y" }}</div>
75+
<div class="release-date">{{ site.stable_date | date: "%Y 年 %b 月 %-d日" }}</div>
7676
</a>
7777

7878
<br>

0 commit comments

Comments
 (0)