From: Peter Eisentraut Date: Mon, 2 Sep 2024 16:03:47 +0000 (+0200) Subject: Fix warnings from msgfmt X-Git-Tag: REL_17_RC1~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c96176c48db0dbea2397537f6ab0e098b6b8260c;p=thirdparty%2Fpostgresql.git 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. --- diff --git a/src/bin/pg_combinebackup/po/fr.po b/src/bin/pg_combinebackup/po/fr.po index e6bda5593ed..c3a3432cbb8 100644 --- a/src/bin/pg_combinebackup/po/fr.po +++ b/src/bin/pg_combinebackup/po/fr.po @@ -3,13 +3,12 @@ # This file is distributed under the same license as the pg_combinebackup (PostgreSQL) package. # FIRST AUTHOR , 2024. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: pg_combinebackup (PostgreSQL) 17\n" "Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n" "POT-Creation-Date: 2024-08-29 17:53+0000\n" -"PO-Revision-Date: 2024-08-30 08:32+0200\n" +"PO-Revision-Date: 2024-09-02 17:49+0200\n" "Last-Translator: \n" "Language-Team: \n" "Language: fr\n" diff --git a/src/bin/pg_walsummary/po/fr.po b/src/bin/pg_walsummary/po/fr.po index 0f80c8fbd03..f2adc2ff28e 100644 --- a/src/bin/pg_walsummary/po/fr.po +++ b/src/bin/pg_walsummary/po/fr.po @@ -3,13 +3,12 @@ # This file is distributed under the same license as the pg_walsummary (PostgreSQL) package. # FIRST AUTHOR , 2024. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: pg_walsummary (PostgreSQL) 17\n" "Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n" "POT-Creation-Date: 2024-08-23 10:22+0000\n" -"PO-Revision-Date: 2024-08-23 16:22+0200\n" +"PO-Revision-Date: 2024-09-02 17:50+0200\n" "Last-Translator: \n" "Language-Team: \n" "Language: fr\n"