-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
Description
Expected Behavior
Enabling show_reading_time for en language code displays reading time as 3 minute read
Current Behavior
Reading time is displayed as 3 minutes read.
Possible Solution
Updating grammar in
gohugo-theme-ananke/i18n/en.toml
Line 42 in ff04bf8
| other = "{{ .Count }} minutes read" |
Steps to Reproduce
- In a site that has blog posts
- Set
params.show_reading_time = trueinconfig.toml - Start dev server
- Go to any post with browser language set to
en - See reading time is incorrectly pluralized
The bigger picture (we need context)
N/A
Hugo Config