Browse Source

#880: Updated Belgium (Dutch) language package, thanks to @dokterpasta

phuoc 11 years ago
parent
commit
856d79aebc

+ 1 - 0
CHANGELOG.md

@@ -22,6 +22,7 @@ __Language Packages__
 * [#871](https://github.com/nghuuphuoc/bootstrapvalidator/pull/871): Updated Czech language package, thanks to [@cuchac](https://github.com/cuchac)
 * [#872](https://github.com/nghuuphuoc/bootstrapvalidator/pull/872): Updated Indonesian language package, thanks to [@egig](https://github.com/egig)
 * [#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)
 
 ## 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:34:52 PM
+ * @version     v0.5.3-dev, built on 2014-09-27 1:36:42 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:34:52 PM
+ * @version     v0.5.3-dev, built on 2014-09-27 1:36:42 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:34:52 PM
+ * @version     v0.5.3-dev, built on 2014-09-27 1:36:42 PM
  * @author      https://twitter.com/nghuuphuoc
  * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
  * @license     MIT

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

@@ -30,7 +30,10 @@
             'default': 'Geef een geldig CVV nummer'
         },
         date: {
-            'default': 'Geef een geldige datum'
+            'default': 'Geef een geldige datum',
+            min: 'Geef een datum na %s',
+            max: 'Geef een datum voor %s',
+            range: 'Geef een datum tussen %s en %s'
         },
         different: {
             'default': 'Geef een andere waarde '