ソースを参照

Merge pull request #660 from AhnSeongHyun/master

fixes missing semicolon in locale
文翼 10 年 前
コミット
2ef1c58bde

+ 1 - 1
src/locale/bootstrap-table-da-DK.js

@@ -16,7 +16,7 @@
             return 'Viser ' + pageFrom + ' til ' + pageTo + ' af ' + totalRows + ' rækker';
         },
         formatSearch: function () {
-            return 'Søg'
+            return 'Søg';
         },
         formatNoMatches: function () {
             return 'Ingen poster fundet';

+ 1 - 1
src/locale/bootstrap-table-nb-NO.js

@@ -16,7 +16,7 @@
             return 'Viser ' + pageFrom + ' til ' + pageTo + ' av ' + totalRows + ' rekker';
         },
         formatSearch: function () {
-            return 'Søk'
+            return 'Søk';
         },
         formatNoMatches: function () {
             return 'Ingen poster funnet';