Browse Source

#836: Updated French language package, thanks to @neilime

phuoc 11 years ago
parent
commit
47fdd59d8f

+ 1 - 0
CHANGELOG.md

@@ -12,6 +12,7 @@ __Language Packages__
 * [#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)
+* [#836](https://github.com/nghuuphuoc/bootstrapvalidator/pull/836): Updated 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:15:12 PM
+ * @version     v0.5.3-dev, built on 2014-09-27 1:17:49 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:15:12 PM
+ * @version     v0.5.3-dev, built on 2014-09-27 1:17:49 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:15:12 PM
+ * @version     v0.5.3-dev, built on 2014-09-27 1:17:49 PM
  * @author      https://twitter.com/nghuuphuoc
  * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
  * @license     MIT

+ 5 - 2
dist/js/language/fr_FR.js

@@ -1,7 +1,7 @@
 (function($) {
     /**
      * French language package
-     * Translated by @dlucazeau
+     * Translated by @dlucazeau. Updated by @neilime
      */
     $.fn.bootstrapValidator.i18n = $.extend(true, $.fn.bootstrapValidator.i18n, {
         base64: {
@@ -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'

+ 1 - 1
src/js/language/fr_FR.js

@@ -1,7 +1,7 @@
 (function($) {
     /**
      * French language package
-     * Translated by @dlucazeau
+     * Translated by @dlucazeau. Updated by @neilime
      */
     $.fn.bootstrapValidator.i18n = $.extend(true, $.fn.bootstrapValidator.i18n, {
         base64: {