feat: Remove shortcut hints from locale#988
Conversation
|
@Pareder is attempting to deploy a commit to the afc163's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Warning Review limit reached
Next review available in: 16 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (73)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Code Review
This pull request removes keyboard shortcut hints (such as PageUp, PageDown, and Control + arrow keys) from date picker navigation labels across numerous locale files, and updates the corresponding test snapshots. The review feedback identifies translation errors in the Catalan locale, where the translation for next year incorrectly refers to next month, and a typo in the Basque locale for the next year translation.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| previousMonth: 'Mes anterior', | ||
| nextMonth: 'Mes següent', | ||
| previousYear: 'Any anterior', | ||
| nextYear: 'Mes següent', |
There was a problem hiding this comment.
| previousMonth: 'Aurreko hilabetea', | ||
| nextMonth: 'Urrengo hilabetea', | ||
| previousYear: 'Aurreko urtea', | ||
| nextYear: 'Urrento urtea', |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #988 +/- ##
=======================================
Coverage 98.81% 98.81%
=======================================
Files 66 66
Lines 2698 2698
Branches 749 724 -25
=======================================
Hits 2666 2666
Misses 29 29
Partials 3 3 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This PR is a small chunk of a big one #972 focusing on locales update.
These shortcut hints are redundant becuase screen reader should announce something like "Previous month button", it should not contain any hint.