Skip to content

Commit

Permalink
Merge pull request #4 from andreapozza/master
Browse files Browse the repository at this point in the history
Fix validation translation
  • Loading branch information
albertosabena authored Jun 11, 2024
2 parents 2a7825c + 2272ac6 commit aab06f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
'before' => ':attribute deve essere una data antecedente a :date.',
'before_or_equal' => ':attribute deve essere una data antecedente o uguale a :date.',
'between' => [
'array' => ':attribute deve essere compreso tra :min and :max elementi.',
'array' => ':attribute deve essere compreso tra :min e :max elementi.',
'file' => ':attribute deve essere compreso tra :min e :max kilobytes.',
'numeric' => ':attribute deve essere compreso tra :min e :max.',
'string' => ':attribute deve essere compreso tra :min and :max caratteri.',
'string' => ':attribute deve essere compreso tra :min e :max caratteri.',
],
'boolean' => ':attribute deve essere vero o falso.',
'confirmed' => ':attribute non corrisponde.',
Expand Down

0 comments on commit aab06f7

Please sign in to comment.