From c04904e43c589a8521b220be1defd3d8122929e5 Mon Sep 17 00:00:00 2001 From: Matthias Thym Date: Wed, 25 Aug 2021 16:01:56 +0200 Subject: [PATCH] refactor(i18n): Suggest improvements English translation No need to shorten minutes Remove period from subtitle on 404 page --- i18n/en.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/i18n/en.yaml b/i18n/en.yaml index e279278..0197d89 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -30,15 +30,15 @@ article: other: Last updated on readingTime: - one: "{{ .Count }} min read" - ### Seems that there's no need to add 's' even if it's plural in English - other: "{{ .Count }} min read" + one: "{{ .Count }} minute read" + other: "{{ .Count }} minute read" notFound: title: other: Not Found + subtitle: - other: This page does not exist. + other: This page does not exist widget: archives: