ソースを参照

Merge pull request #1028 from emnsen/patch-2

Added the formatAllRows TR
文翼 10 年 前
コミット
424b3e4f19
1 ファイル変更3 行追加0 行削除
  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';
         }
     };