-
-
Notifications
You must be signed in to change notification settings - Fork 3k
[ko] Translate validation-inline #1326
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, just a problem with tag
can you explain the problem of tag?? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here ;)
src/ko/validation-inline.php
Outdated
'regex' => '형식이 올바르지 않습니다.', | ||
'required' => '이 필드는 필수입니다.', | ||
'required_if' => ':other이(가) :value 일 때 이 필드는 필수입니다.', | ||
'required_unless' => ':other이(가) :values에 없다면 :attribute 이 필드는 필수입니다.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the problem is here ( sorry I don't validate the review )
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No :attribute in validation-inline.php
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you
i'll fix it
Thank you |
No description provided.