Browse Source

Merge pull request #3066 from ruip27/patch-1

missing formatExport and ClearFilters formatters
Dennis Hernández 8 years ago
parent
commit
bb12d69286
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 () {
             return 'Tudo';
+        },
+        formatExport: function () {
+            return 'Exportar dados';
+        },
+        formatClearFilters: function () {
+            return 'Remover filtros';
         }
     };