We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c3b7a4 + ca8cf47 commit a01f56bCopy full SHA for a01f56b
src/locale/bootstrap-table-sk-SK.js
@@ -19,7 +19,7 @@
19
return 'Vyhľadávanie';
20
},
21
formatNoMatches: function () {
22
- return 'Nenájdená žiadne vyhovujúca položka';
+ return 'Nenájdená žiadna vyhovujúca položka';
23
24
formatRefresh: function () {
25
return 'Obnoviť';
@@ -34,4 +34,4 @@
34
35
$.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['sk-SK']);
36
37
-})(jQuery);
+})(jQuery);
0 commit comments