From 0e3fd736c7901e79929c1df20f663bcceae22c89 Mon Sep 17 00:00:00 2001
From: Kirill K <agrrh@users.noreply.github.com>
Date: Sat, 08 Jun 2019 12:55:36 +0000
Subject: [PATCH] feat: add RU translation (#177)

---
 i18n/ru.toml |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/i18n/ru.toml b/i18n/ru.toml
new file mode 100644
index 0000000..cf07f12
--- /dev/null
+++ b/i18n/ru.toml
@@ -0,0 +1,17 @@
+[more]
+other = "Ещё"
+
+[allTitle]
+other = "Все {{.Title }}"
+
+[recentTitle]
+other = "Недавние {{.Title }}"
+
+[readMore]
+other = "читать дальше"
+
+[whatsInThis]
+other = "Содержание {{ .Type }}"
+
+[related]
+other = "Схожие"

--
Gitblit v1.10.0