Skip to content

Commit

Permalink
Add language lines for file validation
Browse files Browse the repository at this point in the history
  • Loading branch information
cretueusebiu authored and crynobone committed Oct 7, 2016
1 parent 73b9e2f commit 2ed07b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fixture/resources/lang/en/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
'array' => 'The :attribute may not have more than :max items.',
],
'mimes' => 'The :attribute must be a file of type: :values.',
'mimetypes' => 'The :attribute must be a file of type: :values.',
'min' => [
'numeric' => 'The :attribute must be at least :min.',
'file' => 'The :attribute must be at least :min kilobytes.',
Expand Down Expand Up @@ -80,6 +81,7 @@
'string' => 'The :attribute must be a string.',
'timezone' => 'The :attribute must be a valid zone.',
'unique' => 'The :attribute has already been taken.',
'uploaded' => 'The :attribute failed to upload.',
'url' => 'The :attribute format is invalid.',

/*
Expand Down

0 comments on commit 2ed07b8

Please sign in to comment.