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: "копировать"