From ff2e3084455970720749bdd1b6caae4a32e30702 Mon Sep 17 00:00:00 2001 From: Jimmy Cai Date: Tue, 27 Jan 2026 14:04:16 +0100 Subject: [PATCH] fix: correct pluralization of 'minute' in English reading time. --- i18n/en.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/en.toml b/i18n/en.toml index 64c7134..0e48244 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -20,7 +20,7 @@ darkMode = "Dark Mode" [article.readingTime] one = "{{ .Count }} minute read" - other = "{{ .Count }} minute read" + other = "{{ .Count }} minutes read" [notFound] title = "Not Found"