Browse Source

Merge pull request #1028 from emnsen/patch-2

Added the formatAllRows TR
文翼 10 years ago
parent
commit
424b3e4f19
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/locale/bootstrap-table-tr-TR.js

+ 3 - 0
src/locale/bootstrap-table-tr-TR.js

@@ -30,6 +30,9 @@
         },
         formatColumns: function () {
             return 'Sütunlar';
+        },
+        formatAllRows: function () {
+            return 'Tüm Satırlar';
         }
     };