Skip to content

Commit cffcc49

Browse files
authored
Merge pull request laravel#4055 from themsaid/weakdateroles
add language lines for before_or_equal and after_or_equal
2 parents 6645cae + fa1eae3 commit cffcc49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

resources/lang/en/validation.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@
1616
'accepted' => 'The :attribute must be accepted.',
1717
'active_url' => 'The :attribute is not a valid URL.',
1818
'after' => 'The :attribute must be a date after :date.',
19+
'after_or_equal' => 'The :attribute must be a date after or equal to :date.',
1920
'alpha' => 'The :attribute may only contain letters.',
2021
'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.',
2122
'alpha_num' => 'The :attribute may only contain letters and numbers.',
2223
'array' => 'The :attribute must be an array.',
2324
'before' => 'The :attribute must be a date before :date.',
25+
'before_or_equal' => 'The :attribute must be a date before or equal to :date.',
2426
'between' => [
2527
'numeric' => 'The :attribute must be between :min and :max.',
2628
'file' => 'The :attribute must be between :min and :max kilobytes.',

0 commit comments

Comments
 (0)