i18n: finish SSH_AUTH_SOCK translations for mr, nb, fa, pt_BR, pt_PT#1453
Conversation
📝 WalkthroughWalkthroughThis PR completes previously unfinished translations for SSH_AUTH_SOCK override configuration across five localization files: Persian, Marathi, Norwegian, and Portuguese (Brazil and Portugal). The translations cover the override UI label/description, path validation error messages, and a multi-line warning about potentially invalid override values. ChangesSSH_AUTH_SOCK Override Localization Completion
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. 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.
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
localization/localization_mr.ts (1)
462-477:⚠️ Potential issue | 🟡 Minor | ⚡ Quick winFix Marathi typo in “invalid” wording (
अवैद→अवैध).Line 464 and Line 473 use
अवैद, which appears to be a typo in user-facing error/warning text.As per coding guidelines, "Fix translation bugs directly in `.ts` files for placeholder mismatches, broken HTML tags, and mixed-script artifacts; fill empty entries with best-effort translations marked `type=\"unfinished\"`."Suggested fix
- <translation>संभाव्य अवैद SSH_AUTH_SOCK ओव्हरराइड</translation> + <translation>संभाव्य अवैध SSH_AUTH_SOCK ओव्हरराइड</translation>- <translation>SSH_AUTH_SOCK ओव्हरराइड मूल्य अवैद असू शकते. + <translation>SSH_AUTH_SOCK ओव्हरराइड मूल्य अवैध असू शकते.🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@localization/localization_mr.ts` around lines 462 - 477, Replace the misspelled Marathi word "अवैद" with the correct "अवैध" in the translation entries that map to the source "Potentially invalid SSH_AUTH_SOCK override" and the longer source starting "The SSH_AUTH_SOCK override value may be invalid." (these are the translation strings currently containing "अवैद"); update both occurrences in localization_mr.ts so the user-facing messages read "अवैध" instead of "अवैद".
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Outside diff comments:
In `@localization/localization_mr.ts`:
- Around line 462-477: Replace the misspelled Marathi word "अवैद" with the
correct "अवैध" in the translation entries that map to the source "Potentially
invalid SSH_AUTH_SOCK override" and the longer source starting "The
SSH_AUTH_SOCK override value may be invalid." (these are the translation strings
currently containing "अवैद"); update both occurrences in localization_mr.ts so
the user-facing messages read "अवैध" instead of "अवैद".
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI (base), Organization UI (inherited)
Review profile: ASSERTIVE
Plan: Pro
Run ID: 943588fd-96af-458a-96cd-e5ecf89c81c9
📒 Files selected for processing (5)
localization/localization_fa.tslocalization/localization_mr.tslocalization/localization_nb.tslocalization/localization_pt_BR.tslocalization/localization_pt_PT.ts
Summary
Finishes the 8 unfinished SSH_AUTH_SOCK-related translations (from PR #1438) for 5 locales, bringing them all to 100%.
Changes per locale
All translations marked as finished (non-unfinished) — ready for Weblate review.
Summary by CodeRabbit