Browse Source

Merge pull request #1567 from azam/ja-ms-translation-update

Add ja-JP and ms-MY translation for formatAllRows
文翼 10 years ago
parent
commit
822f62f899
2 changed files with 6 additions and 0 deletions
  1. 3 0
      src/locale/bootstrap-table-ja-JP.js
  2. 3 0
      src/locale/bootstrap-table-ms-MY.js

+ 3 - 0
src/locale/bootstrap-table-ja-JP.js

@@ -32,6 +32,9 @@
         },
         formatColumns: function () {
             return '列';
+        },
+        formatAllRows: function () {
+            return 'すべて';
         }
     };
 

+ 3 - 0
src/locale/bootstrap-table-ms-MY.js

@@ -32,6 +32,9 @@
         },
         formatColumns: function () {
             return 'Lajur';
+        },
+        formatAllRows: function () {
+            return 'Semua';
         }
     };