Translation bug in French starting in v13

Started by Jeff Janesover 3 years ago2 messagesbugs
Jump to latest
#1Jeff Janes
jeff.janes@gmail.com

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"

Cross reference
https://dba.stackexchange.com/questions/317560/pg-restore-error-when-using-the-single-transaction-options-c-clean-and-a

Cheers,

Jeff

#2Guillaume Lelarge
guillaume@lelarge.info
In reply to: Jeff Janes (#1)
Re: Translation bug in French starting in v13

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"

Cross reference
https://dba.stackexchange.com/questions/317560/pg-restore-error-when-using-the-single-transaction-options-c-clean-and-a

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

Regards.

--
Guillaume.