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

Commit af5c413

Browse files
committed
fix something
1 parent c8c2ceb commit af5c413

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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/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 · 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)