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

Commit 2d34fa8

Browse files
committed
Translated the vast majority of FAQs.
Also fixes for recently accepted l10n helpers.
1 parent 4eb7495 commit 2d34fa8

File tree

5 files changed

+464
-271
lines changed

5 files changed

+464
-271
lines changed

ko-KR/community.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Rust는 커뮤니티가 주도하는 개발 프로세스를 따르며,
144144

145145
* [언어 설계 팀][language_team]은 새 언어 기능의 설계하는 역할을 합니다.
146146

147-
* [라이브러리 팀][library_team]은 Rust 표준 라이브러리, rust-lang 크레이트 및 코딩 규칙을 다루는 역할을 합니다.
147+
* [라이브러리 팀][library_team]은 Rust 표준 라이브러리, rust-lang 크레이트 및 코딩 규약을 다루는 역할을 합니다.
148148

149149
* [컴파일러 팀][compiler_team]은 컴파일러 내부와 최적화를 다루는 역할을 합니다.
150150

ko-KR/downloads.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h1>다운로드</h1>
99
<div class="row install">
1010
<div class="col-md-4 side-header">
1111
<h2 id="stable">{{ site.stable }}&nbsp;</h2>
12-
<h3>{{ site.stable_date }}</h3>
12+
<h3>{{ site.stable_date | date: "%Y년 %-m월 %-d일" }}</h3>
1313
<p>
1414
<a href="http://blog.rust-lang.org{{ site.stable_blog }}">
1515
Rust의 현재 안정 버전</a>입니다.
@@ -63,7 +63,7 @@ <h2 id="beta">베타&nbsp; ({{ site.beta }})</h2>
6363
다음 안정 버전의 맛보기 판으로, 크레이트 개발자가 테스트하는 데 쓰입니다.
6464
6주마다 및 필요에 따라 갱신됩니다.
6565
</p>
66-
<p><em><br/>{{ site.beta_date }}</em>에 안정 버전으로 승격될 예정<p>
66+
<p><em><br/>{{ site.beta_date | date: "%Y년 %-m월 %-d일" }}</em>에 안정 버전으로 승격될 예정<p>
6767
</div>
6868
<div class="col-md-8">
6969
<table class="table-features table-installers"><tbody>

0 commit comments

Comments
 (0)