From 2fa8ce9cdb053afdab85f0e7b854405482c7d0c9 Mon Sep 17 00:00:00 2001
From: Lionel Brianto <kinobi@users.noreply.github.com>
Date: Sun, 25 Aug 2019 18:36:32 +0000
Subject: [PATCH] Translate to French (#207)

---
 CONTRIBUTORS.md |    1 +
 i18n/fr.toml    |   25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index 02c3f78..49690b9 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -43,3 +43,4 @@
 - [Naim A.](https://github.com/naim94a)
 - [Alexander Rohde](https://github.com/a1x42)
 - [Shreyansh Khajanchi](https://shreyanshja.in)
+- [Lionel Brianto](https://lionel.brianto.dev)
diff --git a/i18n/fr.toml b/i18n/fr.toml
new file mode 100644
index 0000000..283660b
--- /dev/null
+++ b/i18n/fr.toml
@@ -0,0 +1,25 @@
+[category]
+other = "catégorie"
+
+[tag]
+other = "tag"
+
+[series]
+other = "séries"
+
+[reading_time]
+one = "Une minude 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>."
+
+[powered_by]
+other = "Propulsé par"
+

--
Gitblit v1.10.0