amplify-ui icon indicating copy to clipboard operation
amplify-ui copied to clipboard

Translations for password error messages

Open crorodriguezro opened this issue 6 months ago • 4 comments

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: image

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.

crorodriguezro avatar Jul 26 '24 03:07 crorodriguezro