fix(bulk-import): fix French localization in Preview PR drawer#3327
Conversation
…labels Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com>
Changed Packages
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3327 +/- ##
=======================================
Coverage 53.98% 53.98%
=======================================
Files 2401 2401
Lines 87397 87397
Branches 24196 24195 -1
=======================================
Hits 47179 47179
Misses 38670 38670
Partials 1548 1548
*This pull request uses carry forward flags. Click here to find out more. Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Thanks for the PR 👏 The bug itself looks good to me. When I tested it out I found a small unrelated issue. The "Labels" placeholder are not localized for "se, fr, it, ja" and the placeholder text has a typo: the first "value2" should be "value1". Can we address this small issue in this PR?
Also, make sure you test this on RHDH before merging, thanks 🤝
Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com>
|
BeforeS_.2026-06-09.at.7.49.16.PM.movAfterS_.2026-06-09.at.9.19.04.PM.mov |




Summary
titleLabelFrench translation which used{{outil}}(French for "tool") instead of the correct interpolation variable{{tool}}, causing unresolved placeholder text in the Preview PR side drawer.titleLabel,bodyLabel, anddetailslabels from English-style"{{tool}} noun"to natural French"Noun de {{tool}}".Bug
RHDHBUGS-2206 — When French is selected as preferred language, some labels on the Preview PR side drawer display in
{{outil}}format instead of the translated tool name.UI before changes
UI after changes
Changes
File:
workspaces/bulk-import/plugins/bulk-import/src/translations/fr.tspreviewFile.pullRequest.titleLabel{{outil}} titreTitre de {{tool}}previewFile.pullRequest.bodyLabel{{tool}} corpsCorps de {{tool}}previewFile.pullRequest.details{{tool}} détailsDétails de {{tool}}Test plan
{{outil}}or{{tool}})✔️ Checklist