Translations for password error messages #5481
Labels
Authenticator
An issue or a feature-request for an Authenticator UI Component
feature-request
Request a new feature
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?
The text was updated successfully, but these errors were encountered: