diff --git a/ko/downloads/branches/index.md b/ko/downloads/branches/index.md
new file mode 100644
index 0000000000..c519ad9f97
--- /dev/null
+++ b/ko/downloads/branches/index.md
@@ -0,0 +1,35 @@
+---
+layout: page
+title: "Ruby 유지보수 브랜치"
+lang: ko
+---
+
+이 페이지는 여러 Ruby 브랜치의 현재 유지보수 상태를 나열합니다.
+{: .summary}
+
+특정 릴리스에 대한 자세한 내용은 [릴리스 페이지](../releases/)를 참조하세요.
+
+이것은 Ruby 브랜치와 유지보수 상태의 예비 목록입니다.
+표시된 날짜는 영어 버전의 릴리스 게시물 또는 EOL 발표에서 유추됩니다.
+
+Ruby 브랜치 또는 릴리스 시리즈는 다음 단계로 분류됩니다.
+
+* **일반 유지보수**(버그 수정):
+ 이 브랜치는 일반 버그 수정 및 보안 수정을 받습니다.
+* **보안 유지보수**(보안 수정):
+ 보안 수정 사항만 이 브랜치에 백포트됩니다.
+* **eol**(end-of-life 수명 종료):
+ 이 브랜치는 더 이상 ruby-core 팀에서 지원하지 않으며
+ 어떠한 수정 사항도 받지 않습니다. 더 이상 패치 릴리스가 릴리스되지 않습니다.
+
+{% include branches-timeline.html %}
+
+{% for branch in site.data.branches %}
+### Ruby {{ branch.name }}
+
+상태: {{ branch.status }}
+릴리스 날짜: {{ branch.date }}
+일반 유지보수 종료: {% if branch.security_maintenance_date %}{{ branch.security_maintenance_date }}{% else %}미정{% endif %}
+EOL: {% if branch.eol_date %}{{ branch.eol_date }}{% else %}{% if branch.expected_eol_date %}{{ branch.expected_eol_date }}(예정){% else %}미정{% endif %}{% endif %}
+
+{% endfor %}
diff --git a/ko/downloads/index.md b/ko/downloads/index.md
index 18e37a19cf..c36ef3b35f 100644
--- a/ko/downloads/index.md
+++ b/ko/downloads/index.md
@@ -78,8 +78,8 @@ Ruby 소스는 전세계의 [미러 사이트][mirrors]에서 사용할 수 있
[license]: {{ site.license.url }}
[installation]: /ko/documentation/installation/
-[releases]: /en/downloads/releases/
-[branches]: /en/downloads/branches/
+[releases]: /ko/downloads/releases/
+[branches]: /ko/downloads/branches/
[mirrors]: /en/downloads/mirrors/
[rvm]: http://rvm.io/
[rbenv]: https://github.com/rbenv/rbenv
diff --git a/ko/downloads/releases/index.md b/ko/downloads/releases/index.md
new file mode 100644
index 0000000000..0df0c0d90d
--- /dev/null
+++ b/ko/downloads/releases/index.md
@@ -0,0 +1,34 @@
+---
+layout: page
+title: "Ruby 릴리스"
+lang: ko
+---
+
+이 페이지에는 개별 Ruby 릴리스가 나열되어 있습니다.
+{: .summary}
+
+여러 Ruby 브랜치의 현재 유지보수 상태에 대한 정보는
+[브랜치 페이지](../branches/)를 참조하세요.
+
+### 버전 번호별 Ruby 릴리스
+
+Ruby 릴리스 목록입니다.
+표시된 날짜는 릴리스 게시물의 영어 버전 게시 날짜에 해당하며 소스 tarball의 실제
+생성 날짜와 다를 수 있습니다.
+
+
릴리스 버전 | +릴리스 날짜 | +다운로드 URL | +릴리스 노트 | +
---|---|---|---|
Ruby {{ release.version }} | +{{ release.date }} | +다운로드 | +더 보기... | +