From 2c7a7b897c7bd040c8dd9cca11c4381fe535b208d3e6f43c1f292b5eae1ad8f5 Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Wed, 5 Feb 2025 00:00:00 +0000 Subject: Add missing hyphen to pageinfo partial The compound modifier hyphen in 'X minute read' for the English language translation was missing. --- i18n/en.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i18n') diff --git a/i18n/en.toml b/i18n/en.toml index 7b9c38a..9f122c8 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -1,5 +1,5 @@ [readingTime] - other = "{{ .Count }} minute read" + other = "{{ .Count }}-minute read" [returnHome] other = "Return to homepage" -- cgit v1.2.3