This repository was archived by the owner on Sep 30, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 27
27
</ li >
28
28
< li class ="col-xs-12 col-md-10 menu ">
29
29
< 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 >
31
31
< h2 > < a href ="/ko-KR/community.html "> 커뮤니티</ a > </ h2 >
32
32
< h2 > < a href ="/ko-KR/contribute.html "> 기여하기</ a > </ h2 >
33
33
</ li >
Original file line number Diff line number Diff line change 27
27
</ li >
28
28
< li class ="col-xs-12 col-md-10 menu ">
29
29
< 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 >
31
31
< h2 > < a href ="/zh-CN/community.html "> 社区</ a > </ h2 >
32
32
< h2 > < a href ="/zh-CN/contribute.html "> 贡献</ a > </ h2 >
33
33
</ li >
Original file line number Diff line number Diff line change
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 >
Original file line number Diff line number Diff line change 13
13
</ div >
14
14
< div class ="col-md-4 ">
15
15
< 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 >
17
17
</ 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 >
19
19
</ div >
20
20
</ div >
21
21
You can’t perform that action at this time.
0 commit comments