Skip to content

Commit 6919dbf

Browse files
committed
fix: translations
1 parent 9588e48 commit 6919dbf

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

src/StructuredYson/i18n/en.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,11 @@
44
"action_next": "Next",
55
"action_back": "Back",
66
"description_search": "Search...",
7-
"description_matched-rows": "Matched rows"
7+
"description_matched-rows": "Matched rows",
8+
"context_items-count": [
9+
" {{count}} item ",
10+
" {{count}} items ",
11+
" {{count}} items ",
12+
" {{count}} items "
13+
]
814
}

src/StructuredYson/i18n/ru.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,11 @@
44
"action_next": "Далее",
55
"action_back": "Назад",
66
"description_search": "Поиск...",
7-
"description_matched-rows": "Совпадающие строки"
7+
"description_matched-rows": "Совпадающие строки",
8+
"context_items-count": [
9+
" {{count}} элемент ",
10+
" {{count}} элемента ",
11+
" {{count}} элементов ",
12+
" {{count}} элементов "
13+
]
814
}

0 commit comments

Comments
 (0)