From 856d4f18736b2ab7bed721d4fbf239e3eb3803bc Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Sun, 26 Jul 2020 00:19:17 +0200 Subject: Add Czech translations + support multiple plurals --- i18n/en.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'i18n/en.toml') 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 " -- cgit v1.2.3