fix: correct pluralization of 'minute' in English reading time.
This commit is contained in:
+1
-1
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user