Skip to content

Commit 9c47b78

Browse files
Proper Russian translation
- Columns: from singular to plural - Rows: replaced with the right word
1 parent b8d43c6 commit 9c47b78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/reactive_table_i18n.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ i18n.map('fr', {
2323
i18n.map('ru', {
2424
reactiveTable: {
2525
filter: 'Фильтр',
26-
columns: 'Колонка',
26+
columns: 'Колонки',
2727
show: 'Показать',
28-
rowsPerPage: 'линий на странице',
28+
rowsPerPage: 'строк на странице',
2929
page: 'Страница',
3030
of: 'из'
3131
}

0 commit comments

Comments
 (0)