Browse Source

Merge pull request #3067 from ruip27/patch-2

added missing formatExport and ClearFilters
Dennis Hernández 8 years ago
parent
commit
8c4ae38de1
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/locale/bootstrap-table-pt-BR.js

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

@@ -33,6 +33,12 @@
         },
         formatNoMatches: function () {
             return 'Nenhum registro encontrado';
+        },
+        formatExport: function () {
+            return 'Exportar dados';
+        },
+        formatClearFilters: function () {
+            return 'Remover filtros';
         }
     };