mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-29 03:53:30 +08:00
Extend Russian translation (add 'many' verbs) to avoid warnings
This commit is contained in:
parent
c70451d40b
commit
ef73608ff0
@ -8,6 +8,7 @@ list:
|
||||
page:
|
||||
one: "{{ .Count }} страница"
|
||||
few: "{{ .Count }} страницы"
|
||||
many: "{{ .Count }} страниц"
|
||||
other: "{{ .Count }} страниц"
|
||||
|
||||
section:
|
||||
@ -15,7 +16,9 @@ list:
|
||||
|
||||
subsection:
|
||||
one: Подраздел
|
||||
other: Подразделы
|
||||
few: Подраздела
|
||||
many: Подразделов
|
||||
other: Подразделов
|
||||
|
||||
archives:
|
||||
categories:
|
||||
|
Loading…
Reference in New Issue
Block a user