Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

字段比对的翻译,第二个参数错误 #44

Open
ZhangChengLin opened this issue Sep 15, 2021 · 0 comments
Open

字段比对的翻译,第二个参数错误 #44

ZhangChengLin opened this issue Sep 15, 2021 · 0 comments
Assignees

Comments

@ZhangChengLin
Copy link
Contributor

'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 第二个参数名称没有被翻译

@inhere inhere self-assigned this Sep 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants