Message-ID: From: "vlsi (@vlsi)" To: "pgjdbc/pgjdbc" Date: Mon, 25 May 2026 14:39:20 +0000 Subject: [pgjdbc/pgjdbc] PR #4105: i18n: use MessageFormat placeholders in three GT.tr call sites List-Id: X-GitHub-Author-Id: 213894 X-GitHub-Author-Login: vlsi X-GitHub-Issue: 4105 X-GitHub-Labels: bug X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-State: merged X-GitHub-Type: pull_request X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/4105 Content-Type: text/plain; charset=utf-8 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.