Browse Source

Merge pull request #3069 from wenzhixin/revert-3066-patch-1

Revert "missing formatExport and ClearFilters formatters"
Dennis Hernández 8 years ago
parent
commit
2bec677430
1 changed files with 0 additions and 6 deletions
  1. 0 6
      src/locale/bootstrap-table-pt-PT.js

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

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