Skip to content

Commit d6b62ca

Browse files
committed
fixed Russian translation
1 parent 4168e06 commit d6b62ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: select2_locale_ru.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
formatNoMatches: function () { return "Совпадений не найдено"; },
99
formatInputTooShort: function (input, min) { var n = min - input.length; return "Пожалуйста, введите еще " + n + " символ" + (n == 1 ? "" : ((n > 1)&&(n < 5) ? "а" : "ов")); },
1010
formatInputTooLong: function (input, max) { var n = input.length - max; return "Пожалуйста, введите на " + n + " символ" + (n == 1 ? "" : ((n > 1)&&(n < 5)? "а" : "ов")) + " меньше"; },
11-
formatSelectionTooBig: function (limit) { return "Вы можете выбрать не более " + limit + " элемент" + (limit == 1 ? "" : ((limit > 1)&&(limit < 5)? "а" : "ов")); },
11+
formatSelectionTooBig: function (limit) { return "Вы можете выбрать не более " + limit + " элемент" + (limit == 1 ? "а" : "ов"); },
1212
formatLoadMore: function (pageNumber) { return "Загрузка данных..."; },
1313
formatSearching: function () { return "Поиск..."; }
1414
});

0 commit comments

Comments
 (0)