Skip to content

Commit

Permalink
Add missing Russian translations (select2#5992)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekseyArh authored Mar 4, 2021
1 parent 3c4c4da commit 10eebea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/js/select2/i18n/ru.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ define(function () {
},
removeAllItems: function () {
return 'Удалить все элементы';
},
removeItem: function () {
return 'Удалить элемент';
},
search: function() {
return 'Поиск';
}
};
});

0 comments on commit 10eebea

Please sign in to comment.