ソースを参照

Fixing es-ES.

Marc Pina 10 年 前
コミット
ad41f0f011

+ 1 - 1
dist/locale/bootstrap-table-es-ES.js

@@ -5,7 +5,7 @@
 (function ($) {
     'use strict';
 
-    $.fn.bootstrapTable.locales['es_ES'] = {
+    $.fn.bootstrapTable.locales['es-ES'] = {
         formatLoadingMessage: function () {
             return 'Por favor espere...';
         },

ファイルの差分が大きいため隠しています
+ 1 - 1
dist/locale/bootstrap-table-es-ES.min.js


+ 1 - 1
src/locale/bootstrap-table-es-ES.js

@@ -5,7 +5,7 @@
 (function ($) {
     'use strict';
 
-    $.fn.bootstrapTable.locales['es_ES'] = {
+    $.fn.bootstrapTable.locales['es-ES'] = {
         formatLoadingMessage: function () {
             return 'Por favor espere...';
         },