Browse Source

#385: Rename languages dir to language

phuoc 11 years ago
parent
commit
d2029da81a

+ 1 - 1
demo/i18n.html

@@ -9,7 +9,7 @@
     <script type="text/javascript" src="../vendor/jquery/jquery-1.10.2.min.js"></script>
     <script type="text/javascript" src="../vendor/bootstrap/js/bootstrap.min.js"></script>
     <script type="text/javascript" src="../dist/js/bootstrapValidator.js"></script>
-    <script type="text/javascript" src="../dist/js/languages/vi_VN.js"></script>
+    <script type="text/javascript" src="../dist/js/language/vi_VN.js"></script>
 </head>
 <body>
     <div class="container">

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

src/js/languages/en_US.js → src/js/language/en_US.js


src/js/languages/vi_VN.js → src/js/language/vi_VN.js