You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On which framework/platform are you having an issue?
React, React Native
Which UI component?
Authenticator
How is your app built?
React
What browsers are you seeing the problem on?
No response
Which region are you seeing the problem in?
No response
Please describe your bug.
A few swedish translations inside packages/ui/src/i18n/dictionaries/authenticator/sv.ts are incorrect and/or missing. Some have the wrong "key" and some need some tweaks to the actual translations.
What's the expected behaviour?
The changes that are needed:
Wrong key: Enter your password
Fix: 'Enter your Password': 'Ange ditt lösenord',
@berg-dee, thanks for opening this issue. We'll mark this as a feature request since you could still create your own dictionary for this to work as desired, but definitely want to make sure we're using what's the most culturally accepted verbiage in the default functionality with i18n.
If you're open to it, we'd also encourage you to open a PR yourself! If not, we'll review this internally and post an update comment when we have a PR and fix in place.
Before creating a new issue, please confirm:
On which framework/platform are you having an issue?
React, React Native
Which UI component?
Authenticator
How is your app built?
React
What browsers are you seeing the problem on?
No response
Which region are you seeing the problem in?
No response
Please describe your bug.
A few swedish translations inside
packages/ui/src/i18n/dictionaries/authenticator/sv.ts
are incorrect and/or missing. Some have the wrong "key" and some need some tweaks to the actual translations.What's the expected behaviour?
The changes that are needed:
Wrong key:
Enter your password
Fix:
'Enter your Password': 'Ange ditt lösenord',
Wrong key:
Forgot Password
Fix:
'Forgot Password?': 'Glömt lösenord?',
Incorrect translation:
Fyll i din e-post
Fix:
'Enter your email': 'Ange din e-post',
Wrong key: 'Reset password'
Fix:
'Reset Password': 'Återställ lösenord',
Missing key & translation:
'Please confirm your Password': 'Bekräfta ditt lösenord',
Fix: Just add
'Please confirm your Password': 'Bekräfta ditt lösenord',
Help us reproduce the bug!
It's related to translations, so just look at the translations
Code Snippet
These are needed:
Console log output
No response
Additional information and screenshots
No response
The text was updated successfully, but these errors were encountered: