浏览代码

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

Added "All" translation to the  pt-BR language.
urielgoncalves 7 年之前
父节点
当前提交
1426d59201
共有 1 个文件被更改,包括 3 次插入0 次删除
  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 () { 
         formatColumns: function () { 
             return 'Colunas';
             return 'Colunas';
         },
         },
+        formatAllRows: function () {
+            return 'Todos';
+        },
         formatPaginationSwitch: function () { 
         formatPaginationSwitch: function () { 
             return 'Ocultar/Exibir paginação';
             return 'Ocultar/Exibir paginação';
         },
         },