Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save foxanna/6b43d96aa70677e3f595ed73a637a44d to your computer and use it in GitHub Desktop.
Save foxanna/6b43d96aa70677e3f595ed73a637a44d to your computer and use it in GitHub Desktop.
class Translations implements i69n.I69nMessageBundle {
const Translations();
String passwordLengthValidationError(int length) =>
"The password should be at least $length characters long";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment