Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e08ce3c

Browse files
committed
Update validation.php
Implemented difference between digit,numeric and integer.
1 parent 8aa081b commit e08ce3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tr/validation.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"exists" => "Seçili :attribute geçersiz.",
3939
"image" => ":attribute alanı resim dosyası olmalıdır.",
4040
"in" => ":attribute değeri geçersiz.",
41-
"integer" => ":attribute rakam olmalıdır.",
41+
"integer" => ":attribute tamsayı olmalıdır.",
4242
"ip" => ":attribute geçerli bir IP adresi olmalıdır.",
4343
"max" => array(
4444
"numeric" => ":attribute değeri :max değerinden küçük olmalıdır.",
@@ -54,7 +54,7 @@
5454
"array" => ":attribute en az :min nesneye sahip olmalıdır."
5555
),
5656
"not_in" => "Seçili :attribute geçersiz.",
57-
"numeric" => ":attribute rakam olmalıdır.",
57+
"numeric" => ":attribute sayı olmalıdır.",
5858
"regex" => ":attribute biçimi geçersiz.",
5959
"required" => ":attribute alanı gereklidir.",
6060
"required_if" => ":attribute alanı, :other :value değerine sahip olduğunda zorunludur.",

0 commit comments

Comments
 (0)