diff options
author | Peter Eisentraut | 2024-09-02 16:03:47 +0000 |
---|---|---|
committer | Peter Eisentraut | 2024-09-02 16:03:47 +0000 |
commit | c96176c48db0dbea2397537f6ab0e098b6b8260c (patch) | |
tree | 6634f62f1f881afa2be5a35526a81177c584ac0b /src | |
parent | e6ec1d6aabe024d0789fe53c711cd5cae47d30ea (diff) |
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.
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/pg_combinebackup/po/fr.po | 3 | ||||
-rw-r--r-- | src/bin/pg_walsummary/po/fr.po | 3 |
2 files changed, 2 insertions, 4 deletions
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 <EMAIL@ADDRESS>, 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 <EMAIL@ADDRESS>, 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" |