mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-29 12:03:31 +08:00
ru i18n: remove numbers from subsections
,
change `section` to singular (according to EN translation)
This commit is contained in:
parent
27fc7009bf
commit
0bc25e7383
10
i18n/ru.yaml
10
i18n/ru.yaml
@ -12,13 +12,13 @@ list:
|
|||||||
other: "{{ .Count }} страниц"
|
other: "{{ .Count }} страниц"
|
||||||
|
|
||||||
section:
|
section:
|
||||||
other: Разделы
|
other: Раздел
|
||||||
|
|
||||||
subsection:
|
subsection:
|
||||||
one: "{{ .Count }} подраздел"
|
one: Подраздел
|
||||||
few: "{{ .Count }} подраздела"
|
few: Подразделы
|
||||||
many: "{{ .Count }} подразделов"
|
many: Подразделы
|
||||||
other: "{{ .Count }} подразделов"
|
other: Подразделы
|
||||||
|
|
||||||
archives:
|
archives:
|
||||||
categories:
|
categories:
|
||||||
|
Loading…
Reference in New Issue
Block a user