pgsql: Fix warnings from msgfmt - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix warnings from msgfmt
Date
Msg-id E1sl9Xz-000Hgj-FG@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Fix rarely-run test for message wording change
Next
From: Peter Eisentraut
Date:
Subject: Re: pgsql: Translation updates