From a980d10bfc7d0d1e058afb5528c637ad39a5ef04 Mon Sep 17 00:00:00 2001 From: Northerner-coder <50540933+Northerner-coder@users.noreply.github.com> Date: Fri, 16 Oct 2020 08:56:54 -0400 Subject: [PATCH] i18n: ru: Add full Russian localization (#40) --- i18n/ru.yaml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/i18n/ru.yaml b/i18n/ru.yaml index 84abf107..cf081eab 100644 --- a/i18n/ru.yaml +++ b/i18n/ru.yaml @@ -1,5 +1,14 @@ - id: prev_page - translation: "Сюда" + translation: 'Предыдущая' - id: next_page - translation: "Туда" + translation: 'Следующая' + +- id: read_time + translation: '{{ .Count }} мин' + +- id: toc + translation: 'Оглавление' + +- id: translations + translation: 'Переводы'