Browse Source

#915: Updated Turkish language package, thanks to @CeRBeR666

phuoc 11 years ago
parent
commit
8baf2071b1

+ 1 - 0
CHANGELOG.md

@@ -30,6 +30,7 @@ __Language Packages__
 * [#900](https://github.com/nghuuphuoc/bootstrapvalidator/pull/900): Updated Persian (Farsi) language package, thanks to [@i0](https://github.com/i0)
 * [#910](https://github.com/nghuuphuoc/bootstrapvalidator/pull/910): Updated Greek language package, thanks to [@pRieStaKos](https://github.com/pRieStaKos)
 * [#913](https://github.com/nghuuphuoc/bootstrapvalidator/pull/913): Updated Thai language package, thanks to [@figgaro](https://github.com/figgaro)
+* [#915](https://github.com/nghuuphuoc/bootstrapvalidator/pull/915): Updated Turkish language package, thanks to [@CeRBeR666](https://github.com/CeRBeR666)
 
 ## 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-30 11:45:43 AM
+ * @version     v0.5.3-dev, built on 2014-09-30 6:08: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-30 11:45:43 AM
+ * @version     v0.5.3-dev, built on 2014-09-30 6:08: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-30 11:45:43 AM
+ * @version     v0.5.3-dev, built on 2014-09-30 6:08:19 PM
  * @author      https://twitter.com/nghuuphuoc
  * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
  * @license     MIT

+ 4 - 1
src/js/language/tr_TR.js

@@ -30,7 +30,10 @@
             'default': 'Lütfen geçerli bir CCV numarası giriniz'
         },
         date: {
-            'default': 'Lütfen geçerli bir tarih giriniz'
+            'default': 'Lütfen geçerli bir tarih giriniz',
+            min: 'Lütfen %s tarihinden sonra bir tarih giriniz',
+            max: 'Lütfen %s tarihinden önce bir tarih giriniz',
+            range: 'Lütfen %s - %s aralığında bir tarih giriniz'
         },
         different: {
             'default': 'Lütfen farklı bir değer giriniz'