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

Commit c54425a

Browse files
committed
Made the Korean translation linked from other translations.
I've also adopted a fair ordering for languages, based on ISO/IEC 646 alpha-2 code (easy to do by hand or from the editor), as it will be eventually problematic when more languages are added.
1 parent 85721e8 commit c54425a

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

_layouts/basic.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,11 @@ <h2><a href="/contribute.html">Contribute</a></h2>
3838

3939
<footer>
4040
<p>Our site in other languages:
41+
<a href="/fr-FR/">Français</a>,
42+
<a href="/ko-KR/">한국어</a>,
4143
<a href="/pt-BR/">Português</a>,
4244
<a href="/ru-RU/">Русский</a>,
43-
<a href="/zh-CN/">简体中文</a>,
44-
<a href="/fr-FR/">Français</a>
45+
<a href="/zh-CN/">简体中文</a>
4546
</p>
4647
</footer>
4748

_layouts/fr-FR/basic.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@ <h2><a href="/fr-FR/contribute.html">Contribuer</a></h2>
3939
<footer>
4040
<p>Notre site dans d'autres langues&nbsp;:
4141
<a href="/en-US/">English</a>,
42+
<a href="/ko-KR/">한국어</a>,
4243
<a href="/pt-BR/">Português</a>,
4344
<a href="/ru-RU/">Русский</a>,
44-
<a href="/zh-CN/">简体中文</a>
45+
<a href="/zh-CN/">简体中文</a>
4546
</p>
4647
</footer>
4748

_layouts/ko-KR/basic.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<title>{{ page.title }}</title>
9-
<meta name="keywords" content="Rust, Rust 프로그래밍 언어, rustlang, rust-lang, Mozilla Rust, 러스트, 모질라">
9+
<meta name="keywords" content="Rust, Rust 프로그래밍 언어, rustlang, rust-lang, Mozilla Rust, 러스트, Mozilla, 모질라">
1010
<meta name="description" content="매우 빠르며, 세그폴트를 방지하고 스레드 안전성을 보장하는 시스템 프로그래밍 언어">
1111

1212
<link rel="stylesheet" href="/css/bootstrap.css">

_layouts/zh-CN/basic.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ <h2><a href="/zh-CN/contribute.html">贡献</a></h2>
3838

3939
<footer>
4040
<p>外语页面:
41-
<a href="/en-US/">English</a>,
41+
<a href="/en-US/">English</a>,
42+
<a href="/fr-FR/">Français</a>,
43+
<a href="/ko-KR/">한국어</a>,
4244
<a href="/pt-BR/">Português</a>,
4345
<a href="/ru-RU/">Русский</a>
4446
</p>

0 commit comments

Comments
 (0)