From 9976a7a3ef0e8e0a3cd3f00648a22f83f7ca690c Mon Sep 17 00:00:00 2001
From: estim <estim@users.noreply.github.com>
Date: Thu, 03 Oct 2019 19:54:39 +0000
Subject: [PATCH] Russian translation (#220)
---
i18n/ru.toml | 24 ++++++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/i18n/ru.toml b/i18n/ru.toml
new file mode 100644
index 0000000..1fc5cfa
--- /dev/null
+++ b/i18n/ru.toml
@@ -0,0 +1,24 @@
+[category]
+other = "категория"
+
+[tag]
+other = "тэг"
+
+[series]
+other = "серии"
+
+[reading_time]
+one = "Читать одну минуту"
+other = "Читать около {{ .Count }} минут"
+
+[page_not_found]
+other = "Страница не найдена"
+
+[page_does_not_exist]
+other = "Извините, но этой страницы не существует."
+
+[head_back]
+other = "Можете вернуться обратно на <a href=\"{{ . }}\">домашнюю страницу</a>."
+
+[powered_by]
+other = "Работает на"
--
Gitblit v1.10.0