Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translations for password error messages #5481

Open
2 tasks
crorodriguezro opened this issue Jul 26, 2024 · 1 comment
Open
2 tasks

Translations for password error messages #5481

crorodriguezro opened this issue Jul 26, 2024 · 1 comment
Labels
Authenticator An issue or a feature-request for an Authenticator UI Component feature-request Request a new feature

Comments

@crorodriguezro
Copy link

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 crorodriguezro added the feature-request Request a new feature label Jul 26, 2024
@github-actions github-actions bot added the pending-triage Issue is pending triage label Jul 26, 2024
@thaddmt thaddmt added the Authenticator An issue or a feature-request for an Authenticator UI Component label Jul 26, 2024
@thaddmt
Copy link
Contributor

thaddmt commented Jul 27, 2024

Hi @crorodriguezro crorodriguezro. Thank you for your feature request. We’ll take this into consideration in our roadmap. If others are interested, please +1 or comment on this issue.

@thaddmt thaddmt removed the pending-triage Issue is pending triage label Jul 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Authenticator An issue or a feature-request for an Authenticator UI Component feature-request Request a new feature
Projects
None yet
Development

No branches or pull requests

2 participants