From deb271d58e3aab63263d918c9616d772b42fcb19 Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Thu, 17 Dec 2020 10:21:30 +0000
Subject: [PATCH] Merge pull request #98 from cyber386/master

---
 /dev/null       |   24 ------------------------
 i18n/zh-cn.toml |   24 ++++++++++++++++++++++++
 2 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/i18n/zh-cn.toml b/i18n/zh-cn.toml
new file mode 100755
index 0000000..62c1293
--- /dev/null
+++ b/i18n/zh-cn.toml
@@ -0,0 +1,24 @@
+[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 = "发送"
diff --git a/i18n/zh-zn.toml b/i18n/zh-zn.toml
deleted file mode 100644
index f9e60ce..0000000
--- a/i18n/zh-zn.toml
+++ /dev/null
@@ -1,24 +0,0 @@
-[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 = "发送"
\ No newline at end of file

--
Gitblit v1.10.0