Browse Source

#872: Updated Indonesian language package, thanks to @egig

phuoc 11 years ago
parent
commit
c8f39d56dc

+ 1 - 0
CHANGELOG.md

@@ -20,6 +20,7 @@ __Language Packages__
 * [#869](https://github.com/nghuuphuoc/bootstrapvalidator/pull/869): Updated Polish language package, thanks to [@grzesiek](https://github.com/grzesiek)
 * [#870](https://github.com/nghuuphuoc/bootstrapvalidator/pull/870): Updated Traditional Chinese language package, thanks to [@tureki](https://github.com/tureki)
 * [#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)
 
 ## 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:31:24 PM
+ * @version     v0.5.3-dev, built on 2014-09-27 1:33:18 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:31:24 PM
+ * @version     v0.5.3-dev, built on 2014-09-27 1:33:18 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:31:24 PM
+ * @version     v0.5.3-dev, built on 2014-09-27 1:33:18 PM
  * @author      https://twitter.com/nghuuphuoc
  * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
  * @license     MIT

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

@@ -30,7 +30,10 @@
             'default': 'Silahkan isi nomor CVV yang valid'
         },
         date: {
-            'default': 'Silahkan isi tanggal yang benar'
+            'default': 'Silahkan isi tanggal yang benar',
+            min: 'Silahkan isi tanggal setelah tanggal %s',
+            max: 'Silahkan isi tanggal sebelum tanggal %s',
+            range: 'Silahkan isi tanggal antara %s - %s'
         },
         different: {
             'default': 'Silahkan isi nilai yang berbeda'