From 5dbd94e7a0edf9d0bb104e2c647de281eadade90 Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Wed, 02 Dec 2020 12:35:24 +0000
Subject: [PATCH] Added Additional Languages 🇫🇷 🇹🇼
---
i18n/zh-tw.toml | 21 +++++++++++++++++++++
i18n/zh-zn.toml | 0
i18n/fr.toml | 21 +++++++++++++++++++++
3 files changed, 42 insertions(+), 0 deletions(-)
diff --git a/i18n/fr.toml b/i18n/fr.toml
new file mode 100644
index 0000000..7ecc0d8
--- /dev/null
+++ b/i18n/fr.toml
@@ -0,0 +1,21 @@
+[category]
+other = "catégorie"
+
+[tag]
+other = "tag"
+
+[reading_time]
+one = "Une minute de lecture"
+other = "{{ .Count }} minutes de lecture"
+
+[page_not_found]
+other = "Page Non Trouvée"
+
+[page_does_not_exist]
+other = "Désolé, cette page n'existe pas."
+
+[head_back]
+other = "Vous pouvez revenir à <a href=\"{{ . }}\">l'accueil</a>."
+
+[comments]
+other = "commentaire"
diff --git a/i18n/zh-tw.toml b/i18n/zh-tw.toml
new file mode 100644
index 0000000..c10d694
--- /dev/null
+++ b/i18n/zh-tw.toml
@@ -0,0 +1,21 @@
+[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 = "註解"
diff --git a/i18n/ch-zn.toml b/i18n/zh-zn.toml
similarity index 100%
rename from i18n/ch-zn.toml
rename to i18n/zh-zn.toml
--
Gitblit v1.10.0