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

github.com/Lednerb/bilberry-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorSascha Brendel <code@lednerb.de>2018-09-08 14:58:43 +0300
committerSascha Brendel <code@lednerb.de>2018-09-08 14:58:43 +0300
commit2d26e522ce20d54f28307b0afd78fb696e8a0b31 (patch)
treedbbfd249c40d8b4ce9f7323329ec285d391f6895 /i18n
parent4c356feb9cacdab20bb82714f816e5ba291ba3ed (diff)
Implemented #51. Show reading time via config file.
Diffstat (limited to 'i18n')
-rw-r--r--i18n/de.toml4
-rw-r--r--i18n/en.toml4
2 files changed, 8 insertions, 0 deletions
diff --git a/i18n/de.toml b/i18n/de.toml
index 12b3935..901b8ea 100644
--- a/i18n/de.toml
+++ b/i18n/de.toml
@@ -34,3 +34,7 @@ other = "Weiterlesen"
[otherLanguages]
other = "Andere Sprachen"
+[readingTime]
+one = "1 Min. lesen"
+other = "{{.Count}} Min. lesen"
+
diff --git a/i18n/en.toml b/i18n/en.toml
index 92a99cb..17f1a2f 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -34,3 +34,7 @@ other = "Continue reading"
[otherLanguages]
other = "Other languages"
+[readingTime]
+one = "1 min read"
+other = "{{.Count}} min read"
+