Browse Source

Added translate for formatAllRows

kuba1999 10 years ago
parent
commit
fdd307b372
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/locale/bootstrap-table-cs-CZ.js

+ 4 - 0
src/locale/bootstrap-table-cs-CZ.js

@@ -1,6 +1,7 @@
 /**
  * Bootstrap Table Czech translation
  * Author: Lukas Kral (monarcha@seznam.cz)
+ * Author: Jakub Svestka <svestka1999@gmail.com>
  */
 (function ($) {
     'use strict';
@@ -32,6 +33,9 @@
         },
         formatColumns: function () {
             return 'Sloupce';
+        },
+        formatAllRows: function () {
+            return 'Vše';
         }
     };