-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
php-validate/src/Validator/GlobalMessage.php
Lines 68 to 73 in 5ff9926
'eqField' => '{attr} value must be equals to {value0}', | |
'neqField' => '{attr} value cannot be equals to {value0}', | |
'ltField' => '{attr} value must be less than {value0}', | |
'lteField' => '{attr} value must be less than or equals to {value0}', | |
'gtField' => '{attr} value must be greater than {value0}', | |
'gteField' => '{attr} value must be greater than or equals to {value0}', |
{value0} 应该是 {attr1}
因为 $translates 第二个参数名称没有被翻译
Metadata
Metadata
Assignees
Labels
No labels