Update sk.js
This commit is contained in:
parent
e43a1f2165
commit
5bb7446d24
3
src/js/select2/i18n/sk.js
vendored
3
src/js/select2/i18n/sk.js
vendored
@ -9,6 +9,9 @@ define(function () {
|
||||
};
|
||||
|
||||
return {
|
||||
errorLoading: function () {
|
||||
return 'Výsledky sa nepodarilo načítať.';
|
||||
},
|
||||
inputTooLong: function (args) {
|
||||
var overChars = args.input.length - args.maximum;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user