Browse Source

#882: Updated Spanish language package, thanks to @vadail

phuoc 11 years ago
parent
commit
da068b55c7

+ 1 - 0
CHANGELOG.md

@@ -24,6 +24,7 @@ __Language Packages__
 * [#879](https://github.com/nghuuphuoc/bootstrapvalidator/pull/879): Updated Romanian language package, thanks to [@filipac](https://github.com/filipac)
 * [#880](https://github.com/nghuuphuoc/bootstrapvalidator/pull/880): Updated Belgium (Dutch) language package, thanks to [@dokterpasta](https://github.com/dokterpasta)
 * [#881](https://github.com/nghuuphuoc/bootstrapvalidator/pull/881): Updated Italian language package, thanks to [@maramazza](https://github.com/maramazza)
+* [#882](https://github.com/nghuuphuoc/bootstrapvalidator/pull/882): Updated Spanish language package, thanks to [@vadail](https://github.com/vadail)
 
 ## v0.5.2 (2014-09-25)
 

+ 1 - 1
dist/css/bootstrapValidator.min.css

@@ -2,7 +2,7 @@
  * BootstrapValidator (http://bootstrapvalidator.com)
  * The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
  *
- * @version     v0.5.3-dev, built on 2014-09-27 1:37:55 PM
+ * @version     v0.5.3-dev, built on 2014-09-27 1:39:29 PM
  * @author      https://twitter.com/nghuuphuoc
  * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
  * @license     MIT

+ 1 - 1
dist/js/bootstrapValidator.js

@@ -2,7 +2,7 @@
  * BootstrapValidator (http://bootstrapvalidator.com)
  * The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
  *
- * @version     v0.5.3-dev, built on 2014-09-27 1:37:55 PM
+ * @version     v0.5.3-dev, built on 2014-09-27 1:39:29 PM
  * @author      https://twitter.com/nghuuphuoc
  * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
  * @license     MIT

+ 1 - 1
dist/js/bootstrapValidator.min.js

@@ -2,7 +2,7 @@
  * BootstrapValidator (http://bootstrapvalidator.com)
  * The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
  *
- * @version     v0.5.3-dev, built on 2014-09-27 1:37:55 PM
+ * @version     v0.5.3-dev, built on 2014-09-27 1:39:29 PM
  * @author      https://twitter.com/nghuuphuoc
  * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
  * @license     MIT

+ 4 - 1
dist/js/language/es_ES.js

@@ -30,7 +30,10 @@
             'default': 'Por favor introduce un número CVV válido'
         },
         date: {
-            'default': 'Por favor introduce una fecha válida'
+            'default': 'Por favor introduce una fecha válida',
+            min: 'Por favor introduce una fecha posterior al %s',
+            max: 'Por favor introduce una fecha previa al %s',
+            range: 'Por favor introduce una fecha entre el %s y el %s'
         },
         different: {
             'default': 'Por favor introduce un valor distinto'