X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/locale/ext-lang-es.js diff --git a/locale/ext-lang-es.js b/locale/ext-lang-es.js index 3c74233e..e19e3560 100644 --- a/locale/ext-lang-es.js +++ b/locale/ext-lang-es.js @@ -168,7 +168,7 @@ Ext.onReady(function() { if(Ext.form.field.Number){ Ext.apply(Ext.form.field.Number.prototype, { - decimalSeparator : ".", + decimalSeparator : ",", decimalPrecision : 2, minText : "El valor mínimo para este campo es de {0}", maxText : "El valor máximo para este campo es de {0}", @@ -190,9 +190,11 @@ Ext.onReady(function() { if(Ext.form.field.ComboBox){ Ext.apply(Ext.form.field.ComboBox.prototype, { - loadingText : "Cargando...", valueNotFoundText : undefined }); + Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { + loadingText : "Cargando..." + }); } if(Ext.form.field.VTypes){