Skip to content

Updated Italian translation for v9.15 - Fix#9916

Closed
sbraaa wants to merge 1 commit intopgadmin-org:masterfrom
sbraaa:master
Closed

Updated Italian translation for v9.15 - Fix#9916
sbraaa wants to merge 1 commit intopgadmin-org:masterfrom
sbraaa:master

Conversation

@sbraaa
Copy link
Copy Markdown
Contributor

@sbraaa sbraaa commented May 5, 2026

Summary by CodeRabbit

  • Documentation

    • Fixed a PostgreSQL documentation URL that contained an unintended space in the path.
  • Localization

    • Updated Italian translations with improved line breaks and text formatting across UI messages, error messages, and help text for consistency.
    • Refreshed translation metadata to reflect the latest revision date and tool version.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 5, 2026

Walkthrough

Updates Italian translation metadata (PO-Revision-Date, X-Generator version) and reorganizes line wrapping across multiple msgid/msgstr entries. Fixes a PostgreSQL documentation URL by removing an embedded space from the path segment.

Changes

Italian Translation Maintenance

Layer / File(s) Summary
Metadata Updates
web/pgadmin/translations/it/LC_MESSAGES/messages.po
PO-Revision-Date updated to 2026-05-05 13:52+0200; X-Generator version changed from Poedit 3.9 to Poedit 3.4.2.
Content & URL Fix
web/pgadmin/translations/it/LC_MESSAGES/messages.po
PostgreSQL documentation URL corrected: space removed from .../docs/current/libpq-connect.html#LIBPQ-CONNSTRING... path.
String Rewrapping
web/pgadmin/translations/it/LC_MESSAGES/messages.po
Line breaks and concatenation boundaries adjusted across numerous translation entries (heartbeat errors, cloud wizard messages, OAuth help text, encryption-related messages, API endpoint descriptions, query execution messages, grant wizard errors, and progress indicators) while preserving translation meaning.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and specifically describes the main change: updating Italian translations for version 9.15 with a fix, which matches the changeset that contains only translation file updates.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 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.

Inline comments:
In `@web/pgadmin/translations/it/LC_MESSAGES/messages.po`:
- Around line 8779-8781: The Italian translation string for the help link
contains a broken URL and malformed anchor quoting; update the msgstr string
(the multi-line value shown in the diff) to remove the stray space in the path
so the URL reads
"https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNSTRING"
and fix the anchor attribute quoting so it becomes
href="https://...#LIBPQ-CONNSTRING" target="_blank"> (keeping the Italian link
text "stringhe di connessione libpq" intact); ensure the entire anchor is
properly escaped/quoted for the .po file format inside the msgstr for this
entry.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: cf00f65e-1e15-4202-8b16-d44225147743

📥 Commits

Reviewing files that changed from the base of the PR and between 4eb899c and 1059031.

📒 Files selected for processing (2)
  • web/pgadmin/translations/it/LC_MESSAGES/messages.mo
  • web/pgadmin/translations/it/LC_MESSAGES/messages.po

Comment on lines +8779 to 8781
"ulteriori informazioni, consultare la documentazione su <a href=\"https://www."
"postgresql.org/docs/current /libpq-connect.html#LIBPQ-CONNSTRING\" target "
"=\"_blank> stringhe di connessione libpq </a>."
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Fix broken PostgreSQL docs link in Italian msgstr

Line 8780 still includes an embedded space in the URL path (current /libpq-connect...) and the anchor attribute quoting is malformed, so the help link can break in UI.

Suggested patch
-"ulteriori informazioni, consultare la documentazione su <a href=\"https://www."
-"postgresql.org/docs/current /libpq-connect.html#LIBPQ-CONNSTRING\" target "
-"=\"_blank> stringhe di connessione libpq </a>."
+"ulteriori informazioni, consultare la documentazione su <a href=\"https://www."
+"postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNSTRING\" target=\"_blank\">stringhe di connessione libpq</a>."
🤖 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 `@web/pgadmin/translations/it/LC_MESSAGES/messages.po` around lines 8779 -
8781, The Italian translation string for the help link contains a broken URL and
malformed anchor quoting; update the msgstr string (the multi-line value shown
in the diff) to remove the stray space in the path so the URL reads
"https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNSTRING"
and fix the anchor attribute quoting so it becomes
href="https://...#LIBPQ-CONNSTRING" target="_blank"> (keeping the Italian link
text "stringhe di connessione libpq" intact); ensure the entire anchor is
properly escaped/quoted for the .po file format inside the msgstr for this
entry.

@trivalik
Copy link
Copy Markdown

trivalik commented May 5, 2026

you can update Poedit, visible in x-Generator

@asheshv
Copy link
Copy Markdown
Contributor

asheshv commented May 5, 2026

Please fix the issue reported by CodeRabbit.

@sbraaa sbraaa closed this May 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants