diff options
Diffstat (limited to 'i18n/en.toml')
-rw-r--r-- | i18n/en.toml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/i18n/en.toml b/i18n/en.toml index 84cbd94..b2fe862 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -23,10 +23,12 @@ other = "No tag" [postMetaWordCount] - other = " words" + one = "{{.Count}} word" + other = "{{.Count}} words" [postMetaReadingTime] - other = " minutes" + one = "{{.Count}} minute" + other = "{{.Count}} minutes" [postCopyrightFront] other = "Unless otherwise noted, the content of this site is licensed under " |