From 15493ce2560e6c36d53949a0534e4bdfa8acd1bc Mon Sep 17 00:00:00 2001 From: WANG Chucheng Date: Thu, 27 Jan 2022 23:22:34 -0500 Subject: fix: use min instead of mins in English --- i18n/en.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/i18n/en.yaml b/i18n/en.yaml index 16037ba..4d28e81 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -1,8 +1,7 @@ readMore: other: Read More readingTime: - other: '{{ .Count }} mins read' - one: '1 min read' + other: '{{ .Count }} min read' toc: other: Table of Contents seriesOfPosts: -- cgit v1.2.3