Files
hugo-coder-timeline/i18n/en.toml
Robert 00fd189723 Add singular for English reading time (#372)
Having an explicit singular makes it easier for new translators to see what needs to be included.
2020-07-26 20:40:04 -03:00

25 lines
375 B
TOML

[category]
other = "category"
[tag]
other = "tag"
[series]
other = "series"
[reading_time]
one = "One-minute read"
other = "{{ .Count }}-minute read"
[page_not_found]
other = "Page Not Found"
[page_does_not_exist]
other = "Sorry, this page does not exist."
[head_back]
other = "You can head back to <a href=\"{{ . }}\">homepage</a>."
[powered_by]
other = "Powered by"