Browse Source

#829: Updated Swedish language package, thanks to @ulsa

phuoc 11 years ago
parent
commit
5f558400cc

+ 1 - 0
CHANGELOG.md

@@ -9,6 +9,7 @@ __New Features__
 __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)
 
 ## 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:07:36 PM
+ * @version     v0.5.3-dev, built on 2014-09-27 1:10:06 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:07:36 PM
+ * @version     v0.5.3-dev, built on 2014-09-27 1:10:06 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:07:36 PM
+ * @version     v0.5.3-dev, built on 2014-09-27 1:10:06 PM
  * @author      https://twitter.com/nghuuphuoc
  * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
  * @license     MIT

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

@@ -30,7 +30,10 @@
             'default': 'Vänligen mata in ett giltigt CVV-nummer'
         },
         date: {
-            'default': 'Vänligen mata in ett giltigt datum'
+            'default': 'Vänligen mata in ett giltigt datum',
+            min: 'Vänligen mata in ett datum efter %s',
+            max: 'Vänligen mata in ett datum före %s',
+            range: 'Vänligen mata in ett datum i intervallet %s - %s'
         },
         different: {
             'default': 'Vänligen mata in ett annat värde'