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
When you navigate to the profile screen you will see that most of the page is translated but not all of it. For example: "Email is not verified", "Dismiss" and "Send verification email".
Expected Behavior
If i set a supported locale such as es, it, etc, I would like to see all of the labels translated into their corresponding language.
It looks like the default_localizations.dart does not contain the labels for those components in order to be able to translate them.
Actual Behavior
Half of the screen is translated and some of the components are not.
Additional Information
How can I translate Email is not verified, Dismiss and Send verification email when I am using Firebase authentication and as an authentication mechanism I am using email and password.
I think that looking into this: FirebaseUILocalizationLabels we can see that there is not option right now to translate those elements.
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
What plugin is this bug for?
Firebase UI Auth, Firebase UI Localizations
What platform(s) does this bug affect?
Android, iOS, Web, macOS, Linux, Windows
List of dependencies used.
flutter pub deps -s list
dev dependencies:
transitive dependencies:
Steps to reproduce
Set the locale to anything else besides english and using the Firebase Authentication just navigate to profile screen.
Set the locale:
Inside HomePage use this button:
When you navigate to the profile screen you will see that most of the page is translated but not all of it. For example: "Email is not verified", "Dismiss" and "Send verification email".
Expected Behavior
If i set a supported locale such as es, it, etc, I would like to see all of the labels translated into their corresponding language.
It looks like the default_localizations.dart does not contain the labels for those components in order to be able to translate them.
Actual Behavior
Half of the screen is translated and some of the components are not.

Additional Information
How can I translate Email is not verified, Dismiss and Send verification email when I am using Firebase authentication and as an authentication mechanism I am using email and password.

I think that looking into this: FirebaseUILocalizationLabels we can see that there is not option right now to translate those elements.
The text was updated successfully, but these errors were encountered: