From a533bc7815d361de1cf92cbab045ae2613092a6f Mon Sep 17 00:00:00 2001 From: restot <92ilya.icom@gmail.com> Date: Sun, 29 Nov 2020 03:15:11 -0500 Subject: [PATCH] i18n fix --- i18n/ru.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/i18n/ru.yaml b/i18n/ru.yaml index cf081ea..04c7ecc 100644 --- a/i18n/ru.yaml +++ b/i18n/ru.yaml @@ -5,7 +5,9 @@ translation: 'Следующая' - id: read_time - translation: '{{ .Count }} мин' + translation: + one: "Время чтения: 1 мин" + other: "Время чтения: {{ .Count }} мин" - id: toc translation: 'Оглавление'