Fixing grammar mistake in English reading time (#251)
Changing reading time from "XX minutes read" to "XX-minute read". In English, a hyphen (-) joins a number to the noun that follows it. Also, the noun is always minute regardless of the number ('1-minute' and '2-minute' are correct, whereas '2-minutes' is incorrect). Reference: https://www.grammarly.com/blog/hyphen/ >When numbers are used as the first part of a compound adjective, use a hyphen to connect them to the noun that follows them. This way, the reader knows that both words function like a unit to modify another noun. This applies whether the number is written in words or in digits. >Example: The president of the company gave a 10-minute speech to the Board of Directors.
This commit is contained in:
parent
4369ed76d2
commit
a5662825e5
|
@ -54,3 +54,4 @@
|
||||||
- [Eli W. Hunter](https://github.com/elihunter173)
|
- [Eli W. Hunter](https://github.com/elihunter173)
|
||||||
- [Víctor López](https://github.com/viticlick)
|
- [Víctor López](https://github.com/viticlick)
|
||||||
- [Anson VanDoren](https://github.com/anson-vandoren)
|
- [Anson VanDoren](https://github.com/anson-vandoren)
|
||||||
|
- [Michael Lynch](https://github.com/mtlynch)
|
||||||
|
|
|
@ -8,8 +8,7 @@ other = "tag"
|
||||||
other = "series"
|
other = "series"
|
||||||
|
|
||||||
[reading_time]
|
[reading_time]
|
||||||
one = "One minute read"
|
other = "{{ .Count }}-minute read"
|
||||||
other = "{{ .Count }} minutes read"
|
|
||||||
|
|
||||||
[page_not_found]
|
[page_not_found]
|
||||||
other = "Page Not Found"
|
other = "Page Not Found"
|
||||||
|
|
Loading…
Reference in New Issue