Failed to get translated string for language "en" and ID "reading_time":

Hi! I updated to the latest Hugo version (0.77) yesterday and when building my site I’m now getting lots of warnings reading

WARN 2020/11/01 12:46:14 Failed to get translated string for language "en" and ID "reading_time": message "reading_time" has no plural form "one". It does not seem to make any difference for the site right now, but of course I’d like to get rid of the cause of the warnings. Does anyone have an idea? Thanks!

$ hugo env
Hugo Static Site Generator v0.77.0/extended windows/amd64 BuildDate: unknown
GOOS="windows"
GOARCH="amd64"
GOVERSION="go1.15.1"

$ hugo.exe server --bind 127.0.0.1 -p 4321 --themesDir themes -t hugo-future-imperfect-slim -D -F --navigateToChanged --verbose
port 4321 already in use, attempting to use an available port
INFO 2020/11/01 13:05:26 Using config file:
Start building sites …
INFO 2020/11/01 13:05:26 syncing static files to ...
INFO 2020/11/01 13:05:26 Downloading: https://api.instagram.com/oembed/?url=https://www.instagram.com/p/BGvuInzyFAe/&maxwidth=640&omitscript=true ...
WARN 2020/11/01 13:05:26 Failed to get translated string for language "en" and ID "reading_time": message "reading_time" has no plural form "one"
WARN 2020/11/01 13:05:26 Failed to get translated string for language "en" and ID "reading_time": message "reading_time" has no plural form "one"
WARN 2020/11/01 13:05:26 Failed to get translated string for language "en" and ID "reading_time": message "reading_time" has no plural form "one"
WARN 2020/11/01 13:05:26 Failed to get translated string for language "en" and ID "reading_time": message "reading_time" has no plural form "one"
WARN 2020/11/01 13:05:26 Failed to get translated string for language "en" and ID "reading_time": message "reading_time" has no plural form "one"
WARN 2020/11/01 13:05:26 Failed to get translated string for language "en" and ID "reading_time": message "reading_time" has no plural form "one"
WARN 2020/11/01 13:05:26 Failed to get translated string for language "en" and ID "reading_time": message "reading_time" has no plural form "one"
WARN 2020/11/01 13:05:26 Failed to get translated string for language "en" and ID "reading_time": message "reading_time" has no plural form "one"
WARN 2020/11/01 13:05:26 Failed to get translated string for language "en" and ID "reading_time": message "reading_time" has no plural form "one"
INFO 2020/11/01 13:05:26 Downloading: https://api.instagram.com/oembed/?url=https://www.instagram.com/p/BGvuInzyFAe/&maxwidth=640&omitscript=true ...
1 Like

Hi, I have the same error with the v0.78 !

WARN 2020/11/20 15:51:18 Failed to get translated string for language "fr" and ID "timeToRead": message "timeToRead" has no plural form "one"
WARN 2020/11/20 15:51:18 Failed to get translated string for language "en" and ID "timeToRead": message "timeToRead" has no plural form "one"

I dont understand the reason!?

My projet is hosted on: https://framagit.org/sh-web/hugo/doc.huc.fr.eu.org

Any idea?

Hi, no one really knows what the reason might be?!

Also I had meet this same WARN with Hugo v0.80:

WARN 2021/02/09 21:02:53 Failed to get translated string for language "en" and ID "StatsBlogs": message "StatsBlogs" has no plural form "one"

Seems it happened after use outputFormats function to build custom file.

Hope someone can told what’s matter and fix it .