From ae2436cc5a7e8537bf81bb0a495717a5c510f306 Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Tue, 22 Sep 2020 12:59:27 +0530 Subject: [PATCH] i18n: en: add translation for read_time, toc --- i18n/en.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/i18n/en.yaml b/i18n/en.yaml index b8cca4f9..82e1d07e 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -3,3 +3,11 @@ - id: next_page translation: "Next Page" + +- id: read_time + translation: + one : "1 min" + other: "{{ .Count }} min" + +- id: toc + translation: "Table of Contents" \ No newline at end of file