pgjdbc/pgjdbc GitHub issues and pull requests (mirror)  
help / color / mirror / Atom feed
From: vlsi (@vlsi) <[email protected]>
To: pgjdbc/pgjdbc <[email protected]>
Subject: [pgjdbc/pgjdbc] PR #4105: i18n: use MessageFormat placeholders in three GT.tr call sites
Date: Mon, 25 May 2026 14:39:20 +0000
Message-ID: <[email protected]> (raw)

Switches three GT.tr call sites to MessageFormat placeholders so translations can interpolate runtime values:
- Driver.java: concatenated `propName` -> `{0}`
- CopyOperationImpl.java: concatenated `status` -> `{0}`
- PgCallableStatement.java: `{1}` -> `{0}` (previously masked by a fuzzy translation flag)

Regenerate `.pot/.po/messages_*.java` and update the bg, ja, and ko translations so the new `{0}` placeholder is filled in at runtime.


reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: github://pgjdbc/pgjdbc
  Cc: [email protected], [email protected]
  Subject: Re: [pgjdbc/pgjdbc] PR #4105: i18n: use MessageFormat placeholders in three GT.tr call sites
  In-Reply-To: <<[email protected]>>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox