-
Notifications
You must be signed in to change notification settings - Fork 532
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
localization validator #15
Labels
Comments
Currently you can't. I will add resources to validator |
and when it will be? |
Some days |
icebob
added a commit
that referenced
this issue
Jul 7, 2016
Can be change validation error messages: // Localize validate errors
VueFormGenerator.validators.resources.fieldIsRequired = "Ezt a mezőt kötelező kitölteni!";
VueFormGenerator.validators.resources.textTooSmall = "A szöveg túl rövid! Jelenleg: {0}, minimum: {1}"; |
using your example, I got error here is the code
|
Merged
I manage to modify the error messages like this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How can I transfer localization for a validator in the component?
The text was updated successfully, but these errors were encountered: