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

github.com/funkydan2/hugo-kiera.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Saunders <10623666+funkydan2@users.noreply.github.com>2021-02-28 23:12:43 +0300
committerGitHub <noreply@github.com>2021-02-28 23:12:43 +0300
commitfa48d8e175b4498fa51f03ec8d415b5c2ced0a29 (patch)
treeba2e2b000975bedbf300b2ba23dfeffff9335720
parenta10ccb2dd5a36e557031d8cc72093d69f1deef38 (diff)
parenteb9bf8077e5460d88531eb20f1c129e4fb25bc4f (diff)
Merge pull request #62 from camhashemi/master
use "X minute read" instead of "X minutes read"
-rw-r--r--i18n/en.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index 21593ff..06f1eab 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -3,7 +3,7 @@ other = "Categories:"
[readingTime]
one = "One minute read"
-other = "{{.Count}} minutes read"
+other = "{{.Count}} minute read"
[readMore]
other = "Read moreā€¦"