We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9af128a commit 36b4cb3Copy full SHA for 36b4cb3
i18n/ru.yaml
@@ -5,7 +5,20 @@
5
translation: "Следующая"
6
7
- id: read_time
8
- translation: "{{ .Count }} мин"
+ translation:
9
+ zero: "0 минут"
10
+ one: "1 минута"
11
+ few: "{{ .Count }} минуты"
12
+ many: "{{ .Count }} минут"
13
+ other: "{{ .Count }} минута"
14
+
15
+- id: words
16
17
+ zero: "0 слов"
18
+ one: "1 слово"
19
+ few: "{{ .Count }} слова"
20
+ many: "{{ .Count }} слов"
21
+ other: "{{ .Count }} слово"
22
23
- id: toc
24
translation: "Оглавление"
@@ -16,6 +29,9 @@
29
- id: home
30
translation: "Главная"
31
32
+- id: edit_post
33
+ translation: "Редактировать"
34
35
- id: code_copy
36
translation: "копировать"
37
0 commit comments