| From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Fix warnings from msgfmt |
| Date: | 2024-09-02 16:04:55 |
| Message-ID: | E1sl9Xz-000Hgj-FG@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Fix warnings from msgfmt
/usr/bin/msgfmt: po/fr.po: warning: PO file header fuzzy
warning: older versions of msgfmt will give an error on this
Apparently, not all versions of msgfmt produce this. Quick fix for
now, more to be researched later.
Branch
------
REL_17_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/c96176c48db0dbea2397537f6ab0e098b6b8260c
Modified Files
--------------
src/bin/pg_combinebackup/po/fr.po | 3 +--
src/bin/pg_walsummary/po/fr.po | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2024-09-02 16:05:51 | Re: pgsql: Translation updates |
| Previous Message | Peter Eisentraut | 2024-09-02 16:03:20 | pgsql: Fix rarely-run test for message wording change |