Skip to content

Commit d6886fe

Browse files
author
Andrew Ognistyi
committed
added translation for errorLoading
1 parent f3f1b31 commit d6886fe

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/js/select2/i18n/ru.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ define(function () {
1414
}
1515

1616
return {
17+
errorLoading: function () {
18+
return 'Невозможно загрузить результаты';
19+
},
1720
inputTooLong: function (args) {
1821
var overChars = args.input.length - args.maximum;
1922

0 commit comments

Comments
 (0)