| From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
|---|---|
| To: | pgsql-translators(at)lists(dot)postgresql(dot)org |
| Subject: | Re: branching soon |
| Date: | 2025-03-02 17:17:38 |
| Message-ID: | 2c0a1078-52f1-44f6-88f2-28b6037429f9@eisentraut.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-translators |
On 24.02.25 11:14, Peter Eisentraut wrote:
> One reason I would like to move forward with this soon is that I would
> like to get <https://commitfest.postgresql.org/patch/5429/> committed
> and run it through the whole pipeline before feature freeze.
I have committed a subset of that patch to try it out. Specifically, I
have committed the part for pg_checksums. So you can try out
translating pg_checksums for PG18.
The issue is the new approach for embedding int64_t format directives.
See explanation here:
<https://www.gnu.org/software/gettext/manual/html_node/No-string-concatenation.html#The-_003cinttypes_002eh_003e-macros>.
So it should like this
#: pg_checksums.c:144
#, c-format
msgid "%<PRId64>/%<PRId64> MB (%d%%) computed"
msgstr "%<PRId64>/%<PRId64> MB (%d%%) berechnet"
(I don't expect any particular problems. It's just worth trying it at
small scale first.)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Guillaume Lelarge | 2025-03-03 16:33:54 | Re: branching soon |
| Previous Message | Peter Eisentraut | 2025-03-02 17:10:37 | Re: branching soon |