From e5a87f786ff35574cd26f80bcc0e03fe6cd5b2d8 Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Tue, 22 Sep 2020 12:57:25 +0530 Subject: [PATCH] i18n: hi: add translation for read_time, toc --- i18n/hi.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/i18n/hi.yaml b/i18n/hi.yaml index dfba1727..8574bc4a 100644 --- a/i18n/hi.yaml +++ b/i18n/hi.yaml @@ -3,3 +3,11 @@ - id: next_page translation: "अगला पृष्ठ" + +- id: read_time + translation: + one : "एक मिनट" + other: "{{ .Count }} मिनट" + +- id: toc + translation: "विषय - सूची" \ No newline at end of file