We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 012a455 commit a67fb66Copy full SHA for a67fb66
select2_locale_cs.js
@@ -43,7 +43,7 @@
43
return "Můžete zvolit maximálně "+limit+" položek";
44
}
45
},
46
- formatLoadMore: function (pageNumber) { return "Načítavají se další výsledky..."; },
+ formatLoadMore: function (pageNumber) { return "Načítají se další výsledky..."; },
47
formatSearching: function () { return "Vyhledávání..."; }
48
});
49
})(jQuery);
0 commit comments