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
There are six hardcoded messages in english in profile_screen, concerning verification e-mail.
It is impossible to override them when making localization, that is not supported yet.
Steps to reproduce
Go to ProfileScreen with unverified account and locale other than English.
Look in profile_screen.dart for 'Email is not verified' strings etc.
Expected behavior
Strings should be replaced with labels (l.variablename).
Sample project
I've corrected the strings in my fork of flutterfire, but my solution lacks translations for supported languages.
Also, that could be a breaking change, as the labels are required, depending of localization method used.
The text was updated successfully, but these errors were encountered:
Bug report
There are six hardcoded messages in english in profile_screen, concerning verification e-mail.
It is impossible to override them when making localization, that is not supported yet.
Steps to reproduce
Go to ProfileScreen with unverified account and locale other than English.
Look in profile_screen.dart for 'Email is not verified' strings etc.
Expected behavior
Strings should be replaced with labels (l.variablename).
Sample project
I've corrected the strings in my fork of flutterfire, but my solution lacks translations for supported languages.
Also, that could be a breaking change, as the labels are required, depending of localization method used.
The text was updated successfully, but these errors were encountered: