Skip to content

Instantly share code, notes, and snippets.

@dancornilov
Last active March 26, 2019 08:26
Show Gist options
  • Save dancornilov/8fe8935aa0a4df6948be45920b0a5362 to your computer and use it in GitHub Desktop.
Save dancornilov/8fe8935aa0a4df6948be45920b0a5362 to your computer and use it in GitHub Desktop.
{
"validators": {
"required": "{{field}} is required!",
"email": "E-mail is not valid!",
"minlength": "{{field}} should have minimum {{length}} characters!",
"maxlength": "{{field}} should have maximum {{length}} characters!",
"min": "{{field}} minimum values is {{value}}!",
"max": "{{field}} maximum values is {{value}}!",
"pattern": "{{field}} have incorrect format!",
"customValidation": "Here will be custom message for your custom validation."
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment