fix(locale): correct fr_BE date selection prompt - #1003
Conversation
|
@nrps9909 is attempting to deploy a commit to the afc163's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan provides up to 2 included reviews per hour; 1 remains after this review. Walkthrough修正 Changesfr_BE 本地化修正
Estimated code review effort: 1 (Trivial) | ~5 minutes Merge Risk: ⚪ Minimal · up to This localized change corrects the Belgian French date-selection prompt while preserving a distinct time prompt, with focused regression coverage and passing validation checks; no actionable merge-blocking risk remains. Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 2 files. ✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 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 |
Summary
dateSelectprompt from the duplicated time prompt toSélectionner la dateVerification
16084b6a1593d8815a6ae65cba4e6f7ce8d48c9atests/locale.spec.tsreceivedSélectionner l’heureinstead ofSélectionner la datepnpm test --runInBand— 16 suites, 469 passed, 2 skipped, 29 snapshots passedpnpm lint— 0 errors, 16 pre-existing hook warningspnpm compile— ESM/CJS declarations and Less compilation passedgit diff --check— passedpnpm lint:tscreports 10 removed Jest matcher aliases such astoBeCalledin the existingtests/picker.spec.tsx. I reproduced the identical errors in an isolated worktree at the unmodified exact base, so they are not introduced by this locale change.Fixes #430
AI assistance disclosure: Codex was used to confirm the current locale value, compare the established French translation, and draft the regression. The mismatch was reproduced on the exact base and all listed checks were run locally.
Summary by CodeRabbit