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

feat(ui_auth): added Hungarian localization #10111

Merged
merged 6 commits into from
Jan 12, 2023

Conversation

koltai75
Copy link
Contributor

@koltai75 koltai75 commented Dec 14, 2022

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.

  • I read the [Contributor Guide] and followed the process outlined there for submitting PRs.
  • My PR includes unit or integration tests for all changed/updated/fixed behaviors (See [Contributor Guide]).
  • All existing and new tests are passing.
  • I updated/added relevant documentation (doc comments with ///).
  • The analyzer (melos run analyze) does not report any problems on my PR.
  • I read and followed the [Flutter Style Guide].
  • I signed the [CLA].
  • I am willing to follow-up on review comments in a timely manner.

Breaking Change

Does your PR require plugin users to manually update their apps to accommodate your change?

  • Yes, this is a breaking change.
  • No, this is not a breaking change.

@koltai75 koltai75 changed the title new(firebase_auth_ui): added Hungarian localization improvement(firebase_auth_ui): added Hungarian localization Dec 14, 2022
@lesnitsky lesnitsky changed the title improvement(firebase_auth_ui): added Hungarian localization feat(ui_auth): added Hungarian localization Dec 14, 2022
@lesnitsky
Copy link
Member

@koltai75 thanks for this PR. Could you please someone else you know who speaks Hungarian to review this PR?

@koltai75
Copy link
Contributor Author

@lesnitsky I know someone who could review it, @Kukkerem, can you add him as reviewer?

@koltai75
Copy link
Contributor Author

@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?

@lesnitsky
Copy link
Member

@koltai75 no need to assign, @Kukkerem feel free to review this PR

as of hardcoded labels – we're looking into adding translations to those early next year, so no action required from you.

@lesnitsky
Copy link
Member

@koltai75, seems like @Kukkerem is not responsive, do you know someone else who speaks Hungarian and could review this PR?

Copy link

@Kukkerem Kukkerem left a 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!

packages/firebase_ui_localizations/lib/src/lang/hu.dart Outdated Show resolved Hide resolved
packages/firebase_ui_localizations/lib/src/lang/hu.dart Outdated Show resolved Hide resolved
packages/firebase_ui_localizations/lib/src/lang/hu.dart Outdated Show resolved Hide resolved
packages/firebase_ui_localizations/lib/src/lang/hu.dart Outdated Show resolved Hide resolved
packages/firebase_ui_localizations/lib/src/lang/hu.dart Outdated Show resolved Hide resolved
packages/firebase_ui_localizations/lib/src/lang/hu.dart Outdated Show resolved Hide resolved
@koltai75
Copy link
Contributor Author

koltai75 commented Jan 7, 2023

@lesnitsky I changed some localization texts according to the suggestions of @Kukkerem.

Copy link

@Kukkerem Kukkerem left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems perfect!

@Lyokone Lyokone merged commit 794622c into firebase:master Jan 12, 2023
@koltai75 koltai75 deleted the new/localization-hu branch January 12, 2023 21:41
@firebase firebase locked and limited conversation to collaborators Feb 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ui_auth, ui_firestore, ui_database] Add Hungarian localization to firebase_ui
5 participants