From fa022f2c64b59a531c0fb928ba2248e81bb647bc Mon Sep 17 00:00:00 2001
From: MineCola <s104213083@mail1.ncnu.edu.tw>
Date: Wed, 21 Oct 2020 00:46:41 +0800
Subject: [PATCH] Add zh-tw translation (#356)

---
 i18n/zh-tw.toml | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 i18n/zh-tw.toml

diff --git a/i18n/zh-tw.toml b/i18n/zh-tw.toml
new file mode 100644
index 0000000..dc37230
--- /dev/null
+++ b/i18n/zh-tw.toml
@@ -0,0 +1,35 @@
+[more]
+other = "更多"
+
+[allTitle]
+other = "所有 {{.Title }}"
+
+[recentTitle]
+other = "最近 {{.Title }}"
+
+[readMore]
+other = "繼續閱讀"
+
+[whatsInThis]
+other = "更多關於 {{ .Type }}"
+
+[related]
+other = "相關內容"
+
+[yourName]
+other = "你的名字"
+
+[emailAddress]
+other = "Email"
+
+[message]
+other = "訊息"
+
+[emailRequiredNote]
+other = "必須填寫 Email"
+
+[send]
+other = "送出"
+
+[taxonomyPageList]
+other = "標籤為 “{{ .Title }}” 的頁面如下"
\ No newline at end of file