Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1p5aV2-0000tc-9j for pgsql-translators@arkaria.postgresql.org; Wed, 14 Dec 2022 22:45:16 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1p5aV1-00054E-9D for pgsql-translators@arkaria.postgresql.org; Wed, 14 Dec 2022 22:45:15 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1p5aV0-000545-LT for pgsql-translators@lists.postgresql.org; Wed, 14 Dec 2022 22:45:15 +0000 Received: from rock.pinaraf.info ([2001:41d0:fc0b:e300::1000]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1p5aUy-0006JV-H5 for pgsql-translators@lists.postgresql.org; Wed, 14 Dec 2022 22:45:14 +0000 Received: from peanuts2.localnet (unknown [IPv6:2001:41d0:fc0b:e300:264b:feff:fe05:380b]) by rock.pinaraf.info (Postfix) with ESMTPSA id 4NXVn0021nz1xxy for ; Wed, 14 Dec 2022 23:45:07 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=pinaraf.info; s=rock; t=1671057908; bh=LU1QZZrHqC6Ub/io5q1JCMnAoucQic+hesBsDi/ZvZA=; h=From:To:Subject:Date:From; b=cZgfpXU3kCHmuPWeBD9fZAlGgYF8ngBzhJlaXx3Tx7P+ntXx/IosrRsfHsX/ql3n9 d2FdtaxAVmA4nsMIcKlfuNykMa2N7LpEokREE4ZIpdafgZRax5TJJ4a+eNMw/svGgX rgcjWnV8s1adVDV7IbFt/zjW234MKmwue4vi2TDOGqUZ7l+Krf/Y1SIxs9Drw4WbYn hTU/sdXdYUr5PDe0+nwqIMHcCUSkukABiT2V9WQh8ArktZXIEgTMxIGcRrfeVNl6R2 EAldrQLHsQMhbvlBDLzzmpM5UHvc37bzCoPk7jng8F09ykD1oyyOhjw7OYGg2sS5VT 18HojEuJ08jXw== From: Pierre Ducroquet To: pgsql-translators@lists.postgresql.org Subject: Typo in french translations Date: Wed, 14 Dec 2022 23:45:07 +0100 Message-ID: <3209438.44csPzL39Z@peanuts2> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="nextPart8153535.T7Z3S40VBb" Content-Transfer-Encoding: 7Bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk This is a multi-part message in MIME format. --nextPart8153535.T7Z3S40VBb Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Hi When looking at the logs of a french installation, I noticed a missing space that makes connection logs harder to parser than they should. Attached to this email is thus a fix for it. Regards Pierre Ducroquet --nextPart8153535.T7Z3S40VBb Content-Disposition: attachment; filename="0001-Fix-typo-in-french-message-translation.patch" Content-Transfer-Encoding: quoted-printable Content-Type: text/x-patch; charset="utf-8"; name="0001-Fix-typo-in-french-message-translation.patch" =46rom b120619bb0823ba4bfaed2ee5f3944e9c4202b74 Mon Sep 17 00:00:00 2001 =46rom: Pierre Ducroquet Date: Wed, 14 Dec 2022 12:37:56 +0100 Subject: [PATCH] Fix typo in french message translation =2D-- fr/postgres.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fr/postgres.po b/fr/postgres.po index 762bd610..8ed73a7f 100644 =2D-- a/fr/postgres.po +++ b/fr/postgres.po @@ -26697,7 +26697,7 @@ msgstr " application_name=3D%s" #: utils/init/postinit.c:272 #, c-format msgid " SSL enabled (protocol=3D%s, cipher=3D%s, bits=3D%d)" =2Dmsgstr "SSL activ=C3=A9 (protocole : %s, chiffrement : %s, bits : %d)" +msgstr " SSL activ=C3=A9 (protocole : %s, chiffrement : %s, bits : %d)" =20 #: utils/init/postinit.c:284 #, c-format =2D-=20 2.39.0 --nextPart8153535.T7Z3S40VBb--