From 9704f2106c9ca445c080af9fd0814e14ea0bb0f9 Mon Sep 17 00:00:00 2001
From: MineCola <s104213083@mail1.ncnu.edu.tw>
Date: Mon, 19 Oct 2020 20:13:21 +0000
Subject: [PATCH] Add zh-tw translation (#444)
---
i18n/zh-tw.toml | 24 ++++++++++++++++++++++++
CONTRIBUTORS.md | 1 +
2 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index 43d1607..c6861e3 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -83,3 +83,4 @@
- [Ellison Leão](https://github.com/ellisonleao)
- [Lucas de Oliveira](https://github.com/lucas-dOliveira)
- [earnest ma](https://github.com/earnestma)
+- [TMineCola](https://github.com/tminecola)
\ No newline at end of file
diff --git a/i18n/zh-tw.toml b/i18n/zh-tw.toml
new file mode 100644
index 0000000..c86de6e
--- /dev/null
+++ b/i18n/zh-tw.toml
@@ -0,0 +1,24 @@
+[category]
+other = "分類"
+
+[tag]
+other = "標籤"
+
+[series]
+other = "系列"
+
+[reading_time]
+one = "閱讀時間 1 分鐘"
+other = "閱讀時間 {{ .Count }} 分鐘"
+
+[page_not_found]
+other = "找不到頁面"
+
+[page_does_not_exist]
+other = "此頁面不存在"
+
+[head_back]
+other = "返回 <a href=\"{{ . }}\">首頁</a>."
+
+[powered_by]
+other = "技術支援"
--
Gitblit v1.10.0