We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9588e48 commit 6919dbfCopy full SHA for 6919dbf
src/StructuredYson/i18n/en.json
@@ -4,5 +4,11 @@
4
"action_next": "Next",
5
"action_back": "Back",
6
"description_search": "Search...",
7
- "description_matched-rows": "Matched rows"
+ "description_matched-rows": "Matched rows",
8
+ "context_items-count": [
9
+ " {{count}} item ",
10
+ " {{count}} items ",
11
12
+ " {{count}} items "
13
+ ]
14
}
src/StructuredYson/i18n/ru.json
"action_next": "Далее",
"action_back": "Назад",
"description_search": "Поиск...",
- "description_matched-rows": "Совпадающие строки"
+ "description_matched-rows": "Совпадающие строки",
+ " {{count}} элемент ",
+ " {{count}} элемента ",
+ " {{count}} элементов ",
+ " {{count}} элементов "
0 commit comments