Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon ZENG <dillonzq@outlook.com>2019-08-04 16:53:35 +0300
committerDillon ZENG <dillonzq@outlook.com>2019-08-04 16:53:35 +0300
commitc67a2a86a187923b87ad56ffe523b29079206656 (patch)
tree254cfbbbafe71dd11bc64745aea78d0270e9b350 /i18n/fr.toml
parent1e709b5ba48256988de2140ffb2a84ca956b5887 (diff)
feat: impove i18n and clean code
Diffstat (limited to 'i18n/fr.toml')
-rw-r--r--i18n/fr.toml70
1 files changed, 0 insertions, 70 deletions
diff --git a/i18n/fr.toml b/i18n/fr.toml
deleted file mode 100644
index 30e8659..0000000
--- a/i18n/fr.toml
+++ /dev/null
@@ -1,70 +0,0 @@
-# Translations for French
-# https://gohugo.io/content-management/multilingual/#translation-of-strings
-
-# Single.html
-
-[Written]
-other = "Écrit"
-
-[by]
-other = "par"
-
-[with]
-other = "avec"
-
-[on]
-other = "sur"
-
-[in]
-other = "dans"
-
-[Author]
-other = "Auteur"
-
-[Words]
-other = "Mots"
-
-[Tag]
-other = "Étiquette"
-
-[Home]
-other = "Accueil"
-
-[back]
-other = "Retour"
-
-[minute]
-other = "minute"
-
-[Share]
-other = "Partager"
-
-# 404.html
-
-[page]
-other = "Page"
-
-[not]
-other = "non"
-
-[found]
-other = "trouvée"
-
-[return]
-other = "Retourner"
-
-[to]
-other = "à"
-
-# Pagination
-
-[More]
-other = "Plus"
-
-# Related post
-
-[Related]
-other = "Articles"
-
-[Articles]
-other = "Similaires" \ No newline at end of file