ソースを参照

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 () { 
             return 'Colunas';
         },
+        formatAllRows: function () {
+            return 'Todos';
+        },
         formatPaginationSwitch: function () { 
             return 'Ocultar/Exibir paginação';
         },