From 72abf7440a0770d869b86733b11bb18f20f1f0da Mon Sep 17 00:00:00 2001 From: Haseop Lee Date: Sun, 9 Jan 2022 14:49:12 +0900 Subject: [PATCH] Add korean translations (#713) --- i18n/ko.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/i18n/ko.yaml b/i18n/ko.yaml index 129ad73..db0bcc7 100644 --- a/i18n/ko.yaml +++ b/i18n/ko.yaml @@ -3,3 +3,23 @@ - id: next_page translation: "다음 페이지" + +- id: read_time + translation: + one : "1 분" + other: "{{ .Count }} 분" + +- id: toc + translation: "목차" + +- id: translations + translation: "번역" + +- id: home + translation: "홈페이지" + +- id: code_copy + translation: "복사" + +- id: code_copied + translation: "복사완료!"