Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSOT-TECH <41361221+sot-tech@users.noreply.github.com>2021-01-04 00:42:08 +0300
committerGitHub <noreply@github.com>2021-01-04 00:42:08 +0300
commit1ec73b2d761826cb5d73e4ddbf9f80dffc0d6178 (patch)
tree2bccbb8678b4aa4ebf6ccea1bf0e28df9ead0eb8
parent0de250c9ffa411191b0a0d8520d76d99e11f496a (diff)
fix(i18n/ru): fix typo in 'notFound' (#114)
-rw-r--r--i18n/ru.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/i18n/ru.yaml b/i18n/ru.yaml
index 284c45c..f0c562f 100644
--- a/i18n/ru.yaml
+++ b/i18n/ru.yaml
@@ -12,13 +12,13 @@ list:
other: "{{ .Count }} страниц"
section:
- other: Разделы
+ other: Раздел
subsection:
one: Подраздел
- few: Подраздела
- many: Подразделов
- other: Подразделов
+ few: Подразделы
+ many: Подразделы
+ other: Подразделы
article:
relatedContents:
@@ -28,7 +28,7 @@ article:
notFound:
title:
- other: Не найшено
+ other: Не найдено
subtitle:
other: Запрашиваемая страница не существует
@@ -54,4 +54,4 @@ footer:
builtWith:
other: Создано при помощи {{ .Generator }}
designedBy:
- other: Тема {{ .Theme }} дизайн {{ .DesignedBy }}
+ other: Тема {{ .Theme }}, дизайн {{ .DesignedBy }}