Browse Source

#505: Czech language package, thanks to @AdwinTrave

phuoc 11 years ago
parent
commit
0eb75f6576

+ 6 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 # Change Log
 # Change Log
 
 
+## v0.5.1 (not released yet)
+
+__Language Packages__
+
+* [#505](https://github.com/nghuuphuoc/bootstrapvalidator/pull/505): Czech language package, thanks to [@AdwinTrave](https://github.com/AdwinTrave)
+
 ## v0.5.0 (2015-07-14)
 ## v0.5.0 (2015-07-14)
 
 
 __New Features__
 __New Features__

+ 1 - 0
CONTRIBUTORS.md

@@ -4,6 +4,7 @@ I would like to give big thanks to the following contributors:
 
 
 * [@aca02djr](https://github.com/aca02djr)
 * [@aca02djr](https://github.com/aca02djr)
 * [@adgrafik](https://github.com/adgrafik)
 * [@adgrafik](https://github.com/adgrafik)
+* [@AdwinTrave](https://github.com/AdwinTrave)
 * [@AlaskanShade](https://github.com/AlaskanShade)
 * [@AlaskanShade](https://github.com/AlaskanShade)
 * [@alavers](https://github.com/alavers)
 * [@alavers](https://github.com/alavers)
 * [@Azuka](https://github.com/Azuka)
 * [@Azuka](https://github.com/Azuka)

+ 1 - 1
bootstrapValidator.jquery.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "bootstrapValidator",
     "name": "bootstrapValidator",
-    "version": "0.5.0",
+    "version": "0.5.1-dev",
     "title": "BootstrapValidator",
     "title": "BootstrapValidator",
     "author": {
     "author": {
         "name": "Nguyen Huu Phuoc",
         "name": "Nguyen Huu Phuoc",

+ 1 - 1
bower.json

@@ -1,7 +1,7 @@
 {
 {
     "name": "bootstrapValidator",
     "name": "bootstrapValidator",
     "description": "The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3",
     "description": "The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3",
-    "version": "0.5.0",
+    "version": "0.5.1-dev",
     "main": [
     "main": [
         "dist/css/bootstrapValidator.css",
         "dist/css/bootstrapValidator.css",
         "dist/js/bootstrapValidator.js"
         "dist/js/bootstrapValidator.js"

+ 1 - 1
dist/css/bootstrapValidator.min.css

@@ -2,7 +2,7 @@
  * BootstrapValidator (http://bootstrapvalidator.com)
  * BootstrapValidator (http://bootstrapvalidator.com)
  * The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
  * The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
  *
  *
- * @version     v0.5.0, built on 2014-07-14 4:31:02 PM
+ * @version     v0.5.1-dev, built on 2014-07-15 7:10:10 AM
  * @author      https://twitter.com/nghuuphuoc
  * @author      https://twitter.com/nghuuphuoc
  * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
  * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
  * @license     MIT
  * @license     MIT

+ 1 - 1
dist/js/bootstrapValidator.js

@@ -2,7 +2,7 @@
  * BootstrapValidator (http://bootstrapvalidator.com)
  * BootstrapValidator (http://bootstrapvalidator.com)
  * The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
  * The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
  *
  *
- * @version     v0.5.0, built on 2014-07-14 4:31:02 PM
+ * @version     v0.5.1-dev, built on 2014-07-15 7:10:10 AM
  * @author      https://twitter.com/nghuuphuoc
  * @author      https://twitter.com/nghuuphuoc
  * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
  * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
  * @license     MIT
  * @license     MIT

+ 1 - 1
dist/js/bootstrapValidator.min.js

@@ -2,7 +2,7 @@
  * BootstrapValidator (http://bootstrapvalidator.com)
  * BootstrapValidator (http://bootstrapvalidator.com)
  * The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
  * The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
  *
  *
- * @version     v0.5.0, built on 2014-07-14 4:31:02 PM
+ * @version     v0.5.1-dev, built on 2014-07-15 7:10:10 AM
  * @author      https://twitter.com/nghuuphuoc
  * @author      https://twitter.com/nghuuphuoc
  * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
  * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
  * @license     MIT
  * @license     MIT

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "bootstrapValidator",
     "name": "bootstrapValidator",
-    "version": "0.5.0",
+    "version": "0.5.1-dev",
     "description": "The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3",
     "description": "The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3",
     "keywords": ["jQuery", "plugin", "validate", "validator", "form", "Bootstrap"],
     "keywords": ["jQuery", "plugin", "validate", "validator", "form", "Bootstrap"],
     "author": {
     "author": {