Browse Source

Update bootstrap-table-pt-BR.js (#3837)

Added "All" translation to the  pt-BR language.
urielgoncalves 7 years ago
parent
commit
1426d59201
1 changed files with 3 additions and 0 deletions
  1. 3 0
      dist/locale/bootstrap-table-pt-BR.js

+ 3 - 0
dist/locale/bootstrap-table-pt-BR.js

@@ -28,6 +28,9 @@
         formatColumns: function () { 
             return 'Colunas';
         },
+        formatAllRows: function () {
+            return 'Todos';
+        },
         formatPaginationSwitch: function () { 
             return 'Ocultar/Exibir paginação';
         },