-
Notifications
You must be signed in to change notification settings - Fork 4k
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
feat(ui_auth): added Hungarian localization #10111
Conversation
@koltai75 thanks for this PR. Could you please someone else you know who speaks Hungarian to review this PR? |
@lesnitsky I know someone who could review it, @Kukkerem, can you add him as reviewer? |
@lesnitsky I also found out that some labels are hardcoded, for example here and here in the email verification screen. I experimented a little and added some new labels but it turned out that it does not handle if new label definitions are missing from existing localizations. I could create another PR for that, but what is your suggestion, how to handle the different localizations? Should I add these in English to every arb? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have only found a few small things, but all in all, excellent work!
@lesnitsky I changed some localization texts according to the suggestions of @Kukkerem. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems perfect!
Description
Added Hungarian localization to Firebase UI Auth
Related issues
Closes #9054
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]
).This will ensure a smooth and quick review process. Updating the
pubspec.yaml
and changelogs is not required.///
).melos run analyze
) does not report any problems on my PR.Breaking Change
Does your PR require plugin users to manually update their apps to accommodate your change?