From 963a78323b0fc8474c0d3b03fdf7577e03454d3b Mon Sep 17 00:00:00 2001 From: Luiz F. A. de Prá <rawarkanis@gmail.com> Date: Mon, 27 Dec 2021 13:09:04 +0000 Subject: [PATCH] Update i18n files with missing keys --- i18n/ko.toml | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/i18n/ko.toml b/i18n/ko.toml index 04e4c33..b60ab9b 100644 --- a/i18n/ko.toml +++ b/i18n/ko.toml @@ -1,14 +1,18 @@ [categories] one = "카테고리" +other = "categories" [tags] one = "태그" +other = "tags" [series] one = "시리즈" +other = "series" [authors] one = "저자" +other = "authors" [posts] other = "포스트" @@ -31,3 +35,24 @@ [see_also] other = "관련 글:" + +[note] +other = "note" + +[tip] +other = "tip" + +[example] +other = "example" + +[question] +other = "question" + +[info] +other = "info" + +[warning] +other = "warning" + +[error] +other = "error" -- Gitblit v1.10.0