From 88cf1d9d59c0986876490b77469a018e978a073c Mon Sep 17 00:00:00 2001 From: "Y.Yadrushnikov" Date: Sat, 25 Jun 2022 02:01:16 +0300 Subject: [PATCH] update russian translation --- i18n/ru.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/i18n/ru.yaml b/i18n/ru.yaml index 7ef8ed2..c8b31c9 100644 --- a/i18n/ru.yaml +++ b/i18n/ru.yaml @@ -5,7 +5,14 @@ translation: "Следующая" - id: read_time - translation: "{{ .Count }} мин" + translation: + one : "1 мин" + other: "{{ .Count }} мин" + +- id: words + translation: + one : "слово" + other: "{{ .Count }} слов" - id: toc translation: "Оглавление" @@ -16,6 +23,9 @@ - id: home translation: "Главная" +- id: edit_post + translation: "Редактировать" + - id: code_copy translation: "копировать"