-
Notifications
You must be signed in to change notification settings - Fork 116
fix: update ru translations to remove English duplicates #65
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
Conversation
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.
Please update relevant .arb
file and generate dart class from cli as mention in the contributing section of the docs
I tried to run
May be I missunderstood something? I tried to do that at different directories, all posible I guess |
cd packages/firebase_ui_localizations
dart run firebase_ui_localizations:gen_l10n
#^^^
# dart, not flutter |
|
what does |
Works as usual... |
* update translations (remove duplicates) * update translations (remove duplicates)
Description
Elimination of duplicates in the Russian dictionary: removal of repetitive English words has been performed, as they are unnecessary for functionality.

Due to these duplicates, elements of the user interface appear overloaded, often resulting in overflow.
Related Issues
Replace this paragraph with a list of issues related to this PR from the issue database. Indicate, which of these issues are resolved or fixed by this PR.
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.melos run test:unit:all
doesn't fail).Breaking Change
Does your PR require plugin users to manually update their apps to accommodate your change?