From f46d1e2c3ec58ead0c282951e9247f234e26d5e3 Mon Sep 17 00:00:00 2001
From: Alexandr <Sasha21031997@icloud.com>
Date: Thu, 09 Jul 2020 13:17:41 +0000
Subject: [PATCH] Fix RU translation of reading_time variable (#363)

---
 i18n/ru.toml    |    3 ++-
 CONTRIBUTORS.md |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index 5bf0e9f..d11c59a 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -69,4 +69,4 @@
 - [Latiif Alsharif](https://latiif.se)
 - [Endormi](https://endormi.io)
 - [Rajiv Ranjan Singh](https://iamrajiv.github.io/)
-
+- [Pakhomov Alexander](https://github.com/PakhomovAlexander)
diff --git a/i18n/ru.toml b/i18n/ru.toml
index 1fc5cfa..808167f 100644
--- a/i18n/ru.toml
+++ b/i18n/ru.toml
@@ -9,7 +9,8 @@
 
 [reading_time]
 one = "Читать одну минуту"
-other = "Читать около {{ .Count }} минут"
+few = "Читать около {{ .Count }} минут"
+many = "Читать около {{ .Count }} минут"
 
 [page_not_found]
 other = "Страница не найдена"

--
Gitblit v1.10.0