fix(Select): fix Russian translations for Select#35751
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #35751 +/- ##
=======================================
Coverage 64.07% 64.07%
=======================================
Files 2590 2590
Lines 137963 137963
Branches 31998 31998
=======================================
Hits 88406 88406
Misses 48039 48039
Partials 1518 1518
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…r-select # Conflicts: # superset/translations/ru/LC_MESSAGES/messages.po
…r-select # Conflicts: # superset/translations/ru/LC_MESSAGES/messages.po
|
CodeAnt AI is reviewing your PR. Thanks for using CodeAnt! 🎉We're free for open-source projects. if you're enjoying it, help us grow by sharing. Share on X · |
Nitpicks 🔍
|
|
CodeAnt AI finished reviewing your PR. |
Code Review Agent Run #ed0c54Actionable Suggestions - 0Additional Suggestions - 1
Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
…r-select # Conflicts: # superset-frontend/packages/superset-ui-core/src/components/Select/Select.tsx # superset/translations/ru/LC_MESSAGES/messages.po
…r-select # Conflicts: # superset-frontend/packages/superset-ui-core/src/components/Select/Select.tsx # superset/translations/ru/LC_MESSAGES/messages.po
Sequence DiagramThis PR ensures the Select component's bulk actions use properly extracted Russian translations for the Select all and Clear labels while updating selected values and notifying parent components. sequenceDiagram
participant User
participant SelectComponent as Select component
participant I18n as Translation service
participant Parent as Parent component
User->>SelectComponent: Open dropdown with bulk actions
SelectComponent->>I18n: Request text for Select all and Clear
I18n-->>SelectComponent: Return localized labels
User->>SelectComponent: Click Select all
SelectComponent->>SelectComponent: Compute new selected values
SelectComponent->>Parent: Fire onChange with updated values
User->>SelectComponent: Click Clear
SelectComponent->>SelectComponent: Remove deselectable values
SelectComponent->>Parent: Fire onChange with cleared values
Generated by CodeAnt AI |
|
@sadpandajoe @SBIN2010 |
…r-select # Conflicts: # superset-frontend/packages/superset-ui-core/src/components/Select/Select.tsx
✅ Deploy Preview for superset-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Code Review Agent Run #40c1c0Actionable Suggestions - 0Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
|
Hi @innovark37 sorry this has languished! I just merged a large Russian language update this morning: #39589 Could you merge the latest master into this PR? Then let's see if we can get this merged. |
|
I wonder why that sharded Jest tests (6) keeps getting cancelled. I picked a random other frontend PR, #40000, and it succeeded in 6m:
I would love to be 100% sure that the small changes to this one frontend file aren't causing a problem with that CI test. I will merge master in again and force the re-run. |
|
Well that was dumb, I had to re-merge master branch 4 times until CI passed? Seems flaky to me but I'll take it. Thanks @innovark37 for the fix! |
|
Bito Automatic Review Skipped – PR Already Merged |
User description
User description
SUMMARY
Strings
Select allandDeselect allare not extracted fromSelectcomponent when following the documentation. This PR fixes missing translations for Select component.FYI:
Deselect allis translated only becauseListViewcomponent uses this string.UPD: After merging master,
Deselect allwas renamed toClearin the codebase. BothSelect allandClearare now properly extracted (they're used elsewhere). However, this component still needs the fix to display translations correctly.BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
BEFORE


AFTER
TESTING INSTRUCTIONS
Select allandDeselect all).ADDITIONAL INFORMATION
CodeAnt-AI Description
Fix Russian translations and footer layout for Select component
What Changed
Impact
✅ Clearer Russian Select labels✅ Fewer untranslated Select footer strings✅ No overflow of bulk-action buttons on narrow screens💡 Usage Guide
Checking Your Pull Request
Every time you make a pull request, our system automatically looks through it. We check for security issues, mistakes in how you're setting up your infrastructure, and common code problems. We do this to make sure your changes are solid and won't cause any trouble later.
Talking to CodeAnt AI
Got a question or need a hand with something in your pull request? You can easily get in touch with CodeAnt AI right here. Just type the following in a comment on your pull request, and replace "Your question here" with whatever you want to ask:
This lets you have a chat with CodeAnt AI about your pull request, making it easier to understand and improve your code.
Example
Preserve Org Learnings with CodeAnt
You can record team preferences so CodeAnt AI applies them in future reviews. Reply directly to the specific CodeAnt AI suggestion (in the same thread) and replace "Your feedback here" with your input:
This helps CodeAnt AI learn and adapt to your team's coding style and standards.
Example
Retrigger review
Ask CodeAnt AI to review the PR again, by typing:
Check Your Repository Health
To analyze the health of your code repository, visit our dashboard at https://app.codeant.ai. This tool helps you identify potential issues and areas for improvement in your codebase, ensuring your repository maintains high standards of code health.