Replies: 0 comments 7 replies
-
Laravel 6/7 |
Beta Was this translation helpful? Give feedback.
5 replies
-
That's right. Since we use two versions of translations, regular and inline, we decided to move the block with This will avoid duplication of data when using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description:
Looks like source/validation.php is outdated if compared to current 8.x Laravel resources/lang/en/validation.php
This difference is then reflected also on source/validation-inline.php
The following strings are different:
alpha
,alpha_dash
,alpha_num
,gte
[numeric
,file
,string
],lte
[numeric
,file
,string
],max
[numeric
,file
,string
,array
],multiple_of
The following strings are not present in the original Laravel
validation.php
:attached
,relatable
The following entire block at the end of the file is missing from Laravel Lang
validation.php
:Is there any reason for not updating it to match original Laravel
validation.php
?Beta Was this translation helpful? Give feedback.
All reactions