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

github.com/negrel/hugo-theme-pico.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorAlexandre Negrel <negrel.dev@protonmail.com>2020-07-02 01:40:01 +0300
committerAlexandre Negrel <negrel.dev@protonmail.com>2020-07-02 01:40:01 +0300
commitf4f70d9fff064de2ebbe5b3e83bd422c6bbbf8e9 (patch)
tree26c8223dbda8e7a5272f2a9f31e1ec101fcba51f /i18n
parentf9d7b7a1470d19acda411416c816ed1feff7e876 (diff)
adding reading time on cards
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml9
-rw-r--r--i18n/fr.toml9
2 files changed, 18 insertions, 0 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index c32e002..dd3035c 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -28,8 +28,17 @@ other = "Next"
[back]
other = "Back"
+[contact]
+other = "Contact"
+
[contact_email]
other = "Contact via email"
+[latest_post]
+other = "Latest post"
+
+[reading_time]
+other = "{{ .ReadingTime }} min read"
+
[footer_text]
other = "Designed by [Alexandre NEGREL](https://github.com/negrel)."
diff --git a/i18n/fr.toml b/i18n/fr.toml
index 8636100..290862e 100644
--- a/i18n/fr.toml
+++ b/i18n/fr.toml
@@ -28,8 +28,17 @@ other = "Suivant"
[back]
other = "Retour"
+[contact]
+other = "Contact"
+
[contact_email]
other = "Contacter via email"
+[latest_post]
+other = "Dernier poste"
+
+[reading_time]
+other = "{{ .ReadingTime }} min de lecture"
+
[footer_text]
other = "Design by [Alexandre NEGREL](https://github.com/negrel)."