From 33fe67a975fce9de03f9666bdbebe647721eb57d Mon Sep 17 00:00:00 2001
From: Eric Park <me@ericswpark.com>
Date: Thu, 11 Nov 2021 17:08:47 +0000
Subject: [PATCH] feat: old content warning (#266)
---
i18n/ko.toml | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/i18n/ko.toml b/i18n/ko.toml
index 7190010..6001e16 100644
--- a/i18n/ko.toml
+++ b/i18n/ko.toml
@@ -8,6 +8,10 @@
one = "읽는 시간 1분"
other = "읽는 시간 {{ .Count }}분"
+[old_content_warning]
+one = "경고: 이 글이 작성된 지 하루가 넘었습니다. 글의 정보가 오래되어 부정확할 수 있습니다."
+other = "경고: 이 글이 작성된 지 {{ .Count }}일이 넘었습니다. 글의 정보가 오래되어 부정확할 수 있습니다."
+
[page_not_found]
other = "페이지를 찾을 수 없음"
@@ -33,4 +37,4 @@
other = "이메일"
[message]
-other = "메시지"
\ No newline at end of file
+other = "메시지"
--
Gitblit v1.10.0