Skip to content

Commit

Permalink
Merge pull request #364 from metakin/fix-typo
Browse files Browse the repository at this point in the history
typo fix
  • Loading branch information
willemwollebrants authored Oct 14, 2022
2 parents fdc64d1 + fbb596d commit 5659b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/tr.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
'boolean' => "boolean olmalı",
'lengthBetween' => "%d ve %d karakter arasında olmalı",
'creditCard' => "geçerli bir kredi kartı numarası olmalı",
"lengthMin" => "%d katakterden fazla içermeli",
"lengthMin" => "%d karakterden fazla içermeli",
"lengthMax" => "%d karakterden az içermeli",
"instanceOf" => "bunun bir örneği olmalı '%s'"
);

0 comments on commit 5659b0a

Please sign in to comment.