summaryrefslogtreecommitdiffstats
path: root/i18n/en.toml
diff options
context:
space:
mode:
authorDSRKafuU2020-07-29 15:38:37 +0800
committerGitHub2020-07-29 15:38:37 +0800
commit22ae19173744e84d3f3d651f6d7a2949259f1e6a (patch)
tree8ce6c7288db2e652563453ee4a70a216ce34ffa8 /i18n/en.toml
parent73a776cccb9d1a993da6910c20166bafdd5c731e (diff)
parent856d4f18736b2ab7bed721d4fbf239e3eb3803bc (diff)
downloadhugo-theme-fuji-22ae19173744e84d3f3d651f6d7a2949259f1e6a.tar.gz
hugo-theme-fuji-22ae19173744e84d3f3d651f6d7a2949259f1e6a.tar.bz2
hugo-theme-fuji-22ae19173744e84d3f3d651f6d7a2949259f1e6a.zip
Merge pull request #42 from danielhollas/czech
Add Czech translations + support multiple plurals
Diffstat (limited to 'i18n/en.toml')
-rw-r--r--i18n/en.toml6
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 "