ソースを参照

Added translate for formatAllRows

kuba1999 10 年 前
コミット
fdd307b372
1 ファイル変更4 行追加0 行削除
  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
  * Bootstrap Table Czech translation
  * Author: Lukas Kral (monarcha@seznam.cz)
  * Author: Lukas Kral (monarcha@seznam.cz)
+ * Author: Jakub Svestka <svestka1999@gmail.com>
  */
  */
 (function ($) {
 (function ($) {
     'use strict';
     'use strict';
@@ -32,6 +33,9 @@
         },
         },
         formatColumns: function () {
         formatColumns: function () {
             return 'Sloupce';
             return 'Sloupce';
+        },
+        formatAllRows: function () {
+            return 'Vše';
         }
         }
     };
     };