From 1416c3c0c018797a0a15ebdfece83ac184a12c88 Mon Sep 17 00:00:00 2001
From: Eric Park <me@ericswpark.com>
Date: Sat, 27 Mar 2021 12:27:12 +0000
Subject: [PATCH] Add Korean translation (#170)
---
i18n/kr.toml | 27 +++++++++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/i18n/kr.toml b/i18n/kr.toml
new file mode 100644
index 0000000..8094f50
--- /dev/null
+++ b/i18n/kr.toml
@@ -0,0 +1,27 @@
+[category]
+other = "분류"
+
+[tag]
+other = "태그"
+
+[reading_time]
+one = "읽는 시간 1분"
+other = "읽는 시간 {{ .Count }}분"
+
+[page_not_found]
+other = "페이지를 찾을 수 없음"
+
+[page_does_not_exist]
+other = "죄송하지만, 이 페이지는 존재하지 않습니다."
+
+[head_back]
+other = "<a href=\"{{ . }}\">홈페이지</a>로 돌아가실 수 있습니다."
+
+[comments]
+other = "댓글"
+
+[send]
+other = "보내기"
+
+[read_more]
+other = "더 읽기"
\ No newline at end of file
--
Gitblit v1.10.0