From 9b75823f68f8f4f86ba65a295c636356828e7257 Mon Sep 17 00:00:00 2001
From: Matthias Thym <git@thym.at>
Date: Mon, 30 Aug 2021 15:52:29 +0200
Subject: [PATCH] refactor(i18n): Suggest improvements English translation
 (#329)

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: