浏览代码

#893: Fix country name of Dominican Republic, thanks to @sventech

Phuoc Nguyen 11 年之前
父节点
当前提交
ac8846efd1
共有 5 个文件被更改,包括 7 次插入5 次删除
  1. 1 0
      CHANGELOG.md
  2. 1 0
      CONTRIBUTORS.md
  3. 1 1
      dist/css/bootstrapValidator.min.css
  4. 2 2
      dist/js/bootstrapValidator.js
  5. 2 2
      dist/js/bootstrapValidator.min.js

+ 1 - 0
CHANGELOG.md

@@ -52,6 +52,7 @@ __Language Packages__
 * [#881](https://github.com/nghuuphuoc/bootstrapvalidator/pull/881): Update Italian language package, thanks to [@maramazza](https://github.com/maramazza)
 * [#882](https://github.com/nghuuphuoc/bootstrapvalidator/pull/882): Update Spanish language package, thanks to [@vadail](https://github.com/vadail)
 * [#891](https://github.com/nghuuphuoc/bootstrapvalidator/pull/891): Update Portuguese (Brazil) language package, thanks to [@dgmike](https://github.com/dgmike)
+* [#893](https://github.com/nghuuphuoc/bootstrapvalidator/pull/893): Fix country name of Dominican Republic, thanks to [@sventech](https://github.com/sventech)
 * [#900](https://github.com/nghuuphuoc/bootstrapvalidator/pull/900): Update Persian (Farsi) language package, thanks to [@i0](https://github.com/i0)
 * [#903](https://github.com/nghuuphuoc/bootstrapvalidator/pull/903): Update Hungarian language package, thanks to [@blackfyre](https://github.com/blackfyre)
 * [#910](https://github.com/nghuuphuoc/bootstrapvalidator/pull/910): Update Greek language package, thanks to [@pRieStaKos](https://github.com/pRieStaKos)

+ 1 - 0
CONTRIBUTORS.md

@@ -89,6 +89,7 @@ I would like to give big thanks to the following contributors:
 * [@smeagol74](https://github.com/smeagol74)
 * [@stephengreentree](https://github.com/stephengreentree)
 * [@stepin](https://github.com/stepin)
+* [@sventech](https://github.com/sventech)
 * [@talberti](https://github.com/talberti)
 * [@thisisclement](https://github.com/thisisclement)
 * [@thx2001r](https://github.com/thx2001r)

+ 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-10-24 11:00:09 AM
+ * @version     v0.5.3-dev, built on 2014-10-24 11:14:06 AM
  * @author      https://twitter.com/nghuuphuoc
  * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
  * @license     MIT

+ 2 - 2
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-10-24 11:00:09 AM
+ * @version     v0.5.3-dev, built on 2014-10-24 11:14:06 AM
  * @author      https://twitter.com/nghuuphuoc
  * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
  * @license     MIT
@@ -3315,7 +3315,7 @@ if (typeof jQuery === 'undefined') {
             CZ: 'Czech Republic',
             DE: 'Germany',
             DK: 'Denmark',
-            DO: 'Dominica',
+            DO: 'Dominican Republic',
             DZ: 'Algeria',
             EE: 'Estonia',
             ES: 'Spain',

文件差异内容过多而无法显示
+ 2 - 2
dist/js/bootstrapValidator.min.js