refactor(i18n): Suggest improvements English translation (#329)
No need to shorten minutes Remove period from subtitle on 404 page
This commit is contained in:
parent
9c7e73646c
commit
9b75823f68
@ -30,15 +30,15 @@ article:
|
|||||||
other: Last updated on
|
other: Last updated on
|
||||||
|
|
||||||
readingTime:
|
readingTime:
|
||||||
one: "{{ .Count }} min read"
|
one: "{{ .Count }} minute read"
|
||||||
### Seems that there's no need to add 's' even if it's plural in English
|
other: "{{ .Count }} minute read"
|
||||||
other: "{{ .Count }} min read"
|
|
||||||
|
|
||||||
notFound:
|
notFound:
|
||||||
title:
|
title:
|
||||||
other: Not Found
|
other: Not Found
|
||||||
|
|
||||||
subtitle:
|
subtitle:
|
||||||
other: This page does not exist.
|
other: This page does not exist
|
||||||
|
|
||||||
widget:
|
widget:
|
||||||
archives:
|
archives:
|
||||||
|
Loading…
Reference in New Issue
Block a user