i18n: add missing pt translations for post share modal - #30507
i18n: add missing pt translations for post share modal#30507joana-vieira-shape wants to merge 1 commit into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: QUIET Plan: Team Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review. 📜 Recent review details⏰ Context from checks skipped due to timeout. (1)
🧰 Additional context used📓 Path-based instructions (4)Review package boundaries and production consumption: minimal explicit exports, declared runtime dependencies, source-condition versus built-output parity, copied runtime assets, ESM/NodeNext compatibility, and consumer-facing release impac...⚙️ CodeRabbit configuration file Files:
Prioritise concrete correctness, security, data-integrity, compatibility, and regression risks.⚙️ CodeRabbit configuration file Files:
keep authored code in `src/**/*.ts` and tests in `test/**/*.ts`;📄 CodeRabbit inference engine (packages/README.md) Files:
Always use `pnpm`, never npm or Yarn.📄 CodeRabbit inference engine (AGENTS.md) Files:
🧠 Learnings (1)📚 Learning: 2026-08-10T09:01:32.044ZApplied to files:
🔇 Additional comments (1)
WalkthroughThe Portuguese portal locale adds translations for “Copied”, “Copy link”, “More options”, and “Share”. The “Copy” entry remains untranslated. Suggested reviewers: Merge Risk: ⚪ Minimal · up to The Portuguese post-share modal labels now display localized text instead of English fallbacks, with no current merge-readiness risk. 🚥 Pre-merge checks | ✅ 6✅ Passed checks (6 passed)
Full details: Type-Safe BoundariesExplanation PASS — The PR changes only ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
🌐 Automated translation review
Verdict: ✅ Looks good — no concerns flagged
Reviewed 4 translations across 1 file.
All four translations look excellent. "Copiado", "Copiar link", "Mais opções", and "Partilhar" are natural, accurate Portuguese equivalents that fit the share modal context perfectly, and they are consistent in register with the rest of the file. Obrigado!
Advisory review by i18n-review-bot. Non-blocking — a maintainer still owns the merge decision, and the bot cannot approve PRs on its own. Translator expertise wins where there is doubt.
|
Closing — opened from the wrong GitHub account by mistake. |
Fills in 4 blank strings in
packages/i18n/locales/pt/portal.jsonthat are used by Portal's post-share modal (share-modal.jsx):Share,Copy link,Copied,More options.With a site's publication language set to
pt, these specific strings were falling back to English while the rest of Portal (sign in, subscribe, account, etc.) was already translated — these were the only blank keys that screen actually calls viat().