fix: correct pluralization of 'minute' in English reading time.

This commit is contained in:
Jimmy Cai
2026-01-27 14:04:16 +01:00
parent 017fbf982d
commit ff2e308445
+1 -1
View File
@@ -20,7 +20,7 @@ darkMode = "Dark Mode"
[article.readingTime] [article.readingTime]
one = "{{ .Count }} minute read" one = "{{ .Count }} minute read"
other = "{{ .Count }} minute read" other = "{{ .Count }} minutes read"
[notFound] [notFound]
title = "Not Found" title = "Not Found"