Browse Source

missing formatExport and ClearFilters formatters

ruip27 8 years ago
parent
commit
9324a15b76
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/locale/bootstrap-table-pt-PT.js

+ 6 - 0
src/locale/bootstrap-table-pt-PT.js

@@ -35,6 +35,12 @@
         },
         },
         formatAllRows: function () {
         formatAllRows: function () {
             return 'Tudo';
             return 'Tudo';
+        },
+        formatExport: function () {
+            return 'Exportar dados';
+        },
+        formatClearFilters: function () {
+            return 'Remover filtros';
         }
         }
     };
     };