amplify-ui
amplify-ui copied to clipboard
Translations for password error messages
On which framework/platform would you like to see this feature implemented?
React
Which UI component is this feature-request for?
Authenticator
Please describe your feature-request in detail.
I would like to change the language of the password validations:
Please describe a solution you'd like.
Ship the translations with the library. Or add the possibility to modify translations with dictionaries. I18n.putVocabularies(translations); I18n.setLanguage('es'); I18n.putVocabularies({ es: { 'Sign In': 'Registrarse', 'Sign Up': 'Regístrate', }, });
We love contributors! Is this something you'd be interested in working on?
- [ ] 👋 I may be able to implement this feature request.
- [ ] ⚠️ This feature might incur a breaking change.