Skip to content

Instantly share code, notes, and snippets.

@joelclermont
Created May 21, 2021 23:37
Show Gist options
  • Save joelclermont/7a3ee0bce9d094abfda890f55ee0f15e to your computer and use it in GitHub Desktop.
Save joelclermont/7a3ee0bce9d094abfda890f55ee0f15e to your computer and use it in GitHub Desktop.
Custom translation for new password rule
{
"The :attribute must contain at least one uppercase and one lowercase letter.": "your translation for :attribute",
"The :attribute must contain at least one letter.": "your translation for attribute",
"The :attribute must contain at least one symbol.": "your translation for :attribute",
"The :attribute must contain at least one number.": "your translation for :attribute",
"The given :attribute has appeared in a data leak. Please choose a different :attribute.": "your translation for :attribute"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment