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

Commit c8c2ceb

Browse files
committed
add something new
1 parent 3244aca commit c8c2ceb

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
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/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

0 commit comments

Comments
 (0)