ソースを参照

#835: Updated Belgium (French) language package, thanks to @neilime

phuoc 11 年 前
コミット
765822b451

+ 1 - 0
CHANGELOG.md

@@ -11,6 +11,7 @@ __Language Packages__
 * [#827](https://github.com/nghuuphuoc/bootstrapvalidator/pull/827): Updated Dutch language package, thanks to [@JvanderHeide](https://github.com/JvanderHeide)
 * [#829](https://github.com/nghuuphuoc/bootstrapvalidator/pull/829): Updated Swedish language package, thanks to [@ulsa](https://github.com/ulsa)
 * [#834](https://github.com/nghuuphuoc/bootstrapvalidator/pull/834): Updated Ukrainian and Russian language packages, thanks to [@oleg-voloshyn](https://github.com/oleg-voloshyn)
+* [#835](https://github.com/nghuuphuoc/bootstrapvalidator/pull/835): Updated Belgium (French) language package, thanks to [@neilime](https://github.com/neilime)
 
 ## 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:13:08 PM
+ * @version     v0.5.3-dev, built on 2014-09-27 1:15:12 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:13:08 PM
+ * @version     v0.5.3-dev, built on 2014-09-27 1:15:12 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:13:08 PM
+ * @version     v0.5.3-dev, built on 2014-09-27 1:15:12 PM
  * @author      https://twitter.com/nghuuphuoc
  * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
  * @license     MIT

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

@@ -30,7 +30,10 @@
             'default': 'Veuillez fournir un code CVV valide'
         },
         date: {
-            'default': 'Veuillez fournir une date valide'
+            'default': 'Veuillez fournir une date valide',
+            'min': 'Veuillez fournir une date supérieure à %s',
+            'max': 'Veuillez fournir une date inférieure à %s',
+            'range': 'Veuillez fournir une date comprise entre %s et %s'
         },
         different: {
             'default': 'Veuillez fournir une valeur différente'