浏览代码

Added the formatAllRows TR

tr-TR
Emin Şen 10 年之前
父节点
当前提交
426b291791
共有 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 () {
         formatColumns: function () {
             return 'Sütunlar';
             return 'Sütunlar';
+        },
+        formatAllRows: function () {
+            return 'Tüm Satırlar';
         }
         }
     };
     };