-
Notifications
You must be signed in to change notification settings - Fork 0
Fix/saved filters l10n #101
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
- Replace "saved headlines" with "saved feed filters" in Arabic and English localization files - Update descriptions to reflect the change from headlines to feed filters
- Rename `SavedHeadlinesFiltersLimitForm` to `SavedFeedFiltersLimitForm` - Update import statement in `feed_configuration_tab.dart`
... SavedFeedFiltersLimitForm - Update class name from SavedHeadlinesFiltersLimitForm to SavedFeedFiltersLimitForm - Update related file name and comments - Modify UI labels to reflect new form name
- Replace "saved headlines filter" with "saved feed filter" in Arabic and English localization files - Update descriptions to reflect the new terminology
- Change 'savedHeadlinesFilterLimitsTitle' to 'savedFeedFilterLimitsTitle' - Change 'savedHeadlinesFilterLimitsDescription' to 'savedFeedFilterLimitsDescription'
- Remove "Feed" references from the "User Content & Feed Limits" section - Rename section title from "User Content & Feed Limits" to "User Content Limits" - Update corresponding descriptions in both English and Arabic files
- Update translations to remove feed limits - Rename section title from 'User Content & Feed Limits' to 'User Content Limits' - Remove feed-related descriptions and comments
...tions - Update Arabic and English labels and descriptions for saved feed filters limit - Change "Saved Feed Filters Limit" to "Saved Filters Limit" for better clarity - Update corresponding descriptions in both languages
- Update label from 'Saved Feed Filters Limit' to 'Saved Filters Limit' - Adjust description to remove redundant wording - Apply changes across main localization file and specific language files
Summary of ChangesHello @fulleni, I'm Gemini Code Assist1 ! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request focuses on a significant refactoring effort to standardize the terminology used for saved filters within the application's configuration. The primary goal is to enhance user understanding and internal code consistency by replacing all instances of 'saved headlines filters' with 'saved feed filters'. This change encompasses updates to UI text, widget names, and comprehensive localization adjustments for both English and Arabic languages. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
@gemini-code-assist
gemini-code-assist
bot
left a comment
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.
Code Review
This pull request primarily involves refactoring and updating localization strings, renaming concepts from "saved headlines" to "saved feed filters". The changes are mostly well-executed and improve consistency. I've identified one high-severity bug where an incorrect localization key is used, and a couple of medium-severity issues related to maintainability, such as an outdated widget key and a documentation comment that was missed during the refactoring. Overall, good work on improving the codebase's clarity.
- Update Arabic translation for "savedFeedFilterLimitsTitle" - Reorder English localization entries for better consistency - Improve description for "savedFeedFilterLimitsDescription"
- Change "userContentLimitsTitle" from "حدود المحتوى للمستخدم" to "حدود المحتوى" - Modify "savedFeedFiltersLimitLabel" from "حد المرشحات المحفوظة" to "حدود المرشحات"
- Change "Saved Filters Limit" to "Saved Filters Limits" for better grammatical agreement - Update corresponding description for consistency
...aming - Update localization key for saved feed filter limits tile - Improve UI naming by changing "Filter Limits" to "Filters Limit"
Status
READY
Description
Type of Change