Browse Source

#849: Updated Serbian language package, thanks to @markocrni

phuoc 11 years ago
parent
commit
fd51364697

+ 1 - 0
CHANGELOG.md

@@ -15,6 +15,7 @@ __Language Packages__
 * [#836](https://github.com/nghuuphuoc/bootstrapvalidator/pull/836): Updated French language package, thanks to [@neilime](https://github.com/neilime)
 * [#837](https://github.com/nghuuphuoc/bootstrapvalidator/pull/837): Updated Bulgarian language package, thanks to [@mraiur](https://github.com/mraiur)
 * [#846](https://github.com/nghuuphuoc/bootstrapvalidator/pull/846): Updated simplified Chinese language package, thanks to [@shamiao](https://github.com/shamiao)
+* [#849](https://github.com/nghuuphuoc/bootstrapvalidator/pull/849): Updated Serbian language package, thanks to [@markocrni](https://github.com/markocrni)
 
 ## 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:21:36 PM
+ * @version     v0.5.3-dev, built on 2014-09-27 1:23:24 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:21:36 PM
+ * @version     v0.5.3-dev, built on 2014-09-27 1:23:24 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:21:36 PM
+ * @version     v0.5.3-dev, built on 2014-09-27 1:23:24 PM
  * @author      https://twitter.com/nghuuphuoc
  * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
  * @license     MIT

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

@@ -30,7 +30,10 @@
             'default': 'Molimo da unesete ispravan CVV broj'
         },
         date: {
-            'default': 'Molimo da unesete ispravan datum'
+            'default': 'Molimo da unesete ispravan datum',
+            min: 'Molimo da unesete datum posle %s',
+            max: 'Molimo da unesete datum pre %s',
+            range: 'Molimo da unesete datum od %s do %s'
         },
         different: {
             'default': 'Molimo da unesete drugu vrednost'