From 04be75e5a175e1881be8fd28ad9ebaef1acd3e28 Mon Sep 17 00:00:00 2001
From: MineCola <wang.minecola@gmail.com>
Date: Tue, 27 Oct 2020 20:01:39 +0000
Subject: [PATCH] Added lack translation, Issue #417 (#457)

---
 i18n/zh-tw.toml |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/i18n/zh-tw.toml b/i18n/zh-tw.toml
index c86de6e..654c92a 100644
--- a/i18n/zh-tw.toml
+++ b/i18n/zh-tw.toml
@@ -7,6 +7,9 @@
 [series]
 other = "系列"
 
+[author]
+other = "作者"
+
 [reading_time]
 one = "閱讀時間 1 分鐘"
 other = "閱讀時間 {{ .Count }} 分鐘"
@@ -22,3 +25,9 @@
 
 [powered_by]
 other = "技術支援"
+
+[see_also]
+other = "參見"
+
+[posts]
+other = "文章"
\ No newline at end of file

--
Gitblit v1.10.0