From 9e649d2f209fedcd6589358baa1e956a36f8ee6d Mon Sep 17 00:00:00 2001
From: zhangshengdong29 <435878393@qq.com>
Date: Sun, 05 Jan 2020 20:14:40 +0000
Subject: [PATCH] Correct the original translation (#241)

---
 i18n/zh.toml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/i18n/zh.toml b/i18n/zh.toml
index 757af66..fe2c5b7 100644
--- a/i18n/zh.toml
+++ b/i18n/zh.toml
@@ -8,13 +8,13 @@
 other = "最近 {{.Title }}"
 
 [readMore]
-other = "繼續閱讀"
+other = "继续阅读"
 
 [whatsInThis]
-other = "What's in this {{ .Type }}"
+other = "这是什么 {{ .Type }}"
 
 [related]
-other = "相關內容"
+other = "相关內容"
 
 [yourName]
 other = "你的名字"

--
Gitblit v1.10.0