Thread: Translation bug in French starting in v13

Translation bug in French starting in v13

From
Jeff Janes
Date:
There is an obvious copy-and-paste mistake in the French translation file src/bin/pg_dump/po/fr.po, starting (I think) in v13:

#: pg_restore.c:338
#, c-format
msgid "options -C/--create and -1/--single-transaction cannot be used together"
msgstr "les options « -c/--clean » et « -a/--data-only » ne peuvent pas être utilisées ensemble"


Cheers,

Jeff

Re: Translation bug in French starting in v13

From
Guillaume Lelarge
Date:
Hi Jeff,

Le ven. 30 sept. 2022 à 02:48, Jeff Janes <jeff.janes@gmail.com> a écrit :
There is an obvious copy-and-paste mistake in the French translation file src/bin/pg_dump/po/fr.po, starting (I think) in v13:

#: pg_restore.c:338
#, c-format
msgid "options -C/--create and -1/--single-transaction cannot be used together"
msgstr "les options « -c/--clean » et « -a/--data-only » ne peuvent pas être utilisées ensemble"



Thanks for the report. I've fixed the issue from 12 to 15.

Regards.


--
Guillaume.