From 27fc7009bf2db6b7f4324589ea604dbb78ecdacc Mon Sep 17 00:00:00 2001 From: Sergey Blazhko Date: Sun, 3 Jan 2021 18:04:13 +0300 Subject: [PATCH] ru i18n: Fix type in 'notFound', add numbered translation to 'subsection' --- i18n/ru.yaml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/i18n/ru.yaml b/i18n/ru.yaml index 284c45c..f647a0c 100644 --- a/i18n/ru.yaml +++ b/i18n/ru.yaml @@ -15,10 +15,14 @@ list: other: Разделы subsection: - one: Подраздел - few: Подраздела - many: Подразделов - other: Подразделов + one: "{{ .Count }} подраздел" + few: "{{ .Count }} подраздела" + many: "{{ .Count }} подразделов" + other: "{{ .Count }} подразделов" + +archives: + categories: + other: Категории article: relatedContents: @@ -28,7 +32,7 @@ article: notFound: title: - other: Не найшено + other: Не найдено subtitle: other: Запрашиваемая страница не существует @@ -54,4 +58,4 @@ footer: builtWith: other: Создано при помощи {{ .Generator }} designedBy: - other: Тема {{ .Theme }} дизайн {{ .DesignedBy }} + other: Тема {{ .Theme }}, дизайн {{ .DesignedBy }}