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 1oiHnH-0003Rm-4Q for pgsql-translators@arkaria.postgresql.org; Tue, 11 Oct 2022 16:07:47 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1oiHnF-00080p-L1 for pgsql-translators@arkaria.postgresql.org; Tue, 11 Oct 2022 16:07:45 +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 1oiHnE-00080g-NZ for pgsql-translators@lists.postgresql.org; Tue, 11 Oct 2022 16:07:45 +0000 Received: from wout3-smtp.messagingengine.com ([64.147.123.19]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oiHnB-0002x7-7X for pgsql-translators@lists.postgresql.org; Tue, 11 Oct 2022 16:07:44 +0000 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.west.internal (Postfix) with ESMTP id 8F8843200916; Tue, 11 Oct 2022 12:07:36 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute5.internal (MEProxy); Tue, 11 Oct 2022 12:07:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:date:date:feedback-id:feedback-id:from:from :in-reply-to:in-reply-to:message-id:mime-version:reply-to:sender :subject:subject:to:to:x-me-proxy:x-me-proxy:x-me-sender :x-me-sender:x-sasl-enc; s=fm3; t=1665504456; x=1665590856; bh=l wDv+7kFMzxT0imSLrgvA5DIttddudxbdpsFSKtLff8=; b=jKCjvd+Z+uFl/hF6D KBtFQysHTe/2zzJ5l9cw0LkqcPMnY4XTySGtgFQuKDqk/aIBPEFCF5gJoQKG9RsX JgxGsPjMTHTpF2zfykkQDKJgf4/WEaKveKhjfF4iCKgDZmLr7XPVnwuXCSomUzaG P0mgUHJdckFuneyOmtK66lA1cmYph6UmksXD+U4RUzm6N6fzSF7DvTFRj85oM5SP 7pIapiKW58qk1GKe0te+N3llD70WE+a/tt/XEhufMh2TyInysZDX8FnAkZYVx7Ub HXorbEb2Gh4htSyJV4SN1JpuVt66i047thsFTH006DMEVZu1lEJnAXCqZZB7Eclw LFrIA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvfedrfeejiedgledvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepfffhvfevuffkgggtugfgjgesthekredttddtjeenucfhrhhomheplmhlvhgr rhhoucfjvghrrhgvrhgruceorghlvhhhvghrrhgvsegrlhhvhhdrnhhoqdhiphdrohhrgh eqnecuggftrfgrthhtvghrnhepvdehueffhefgueekueefheehgffhuefgfedukeejvedu ffegffekgeffffevgeehnecuffhomhgrihhnpegvnhhtvghrphhrihhsvggusgdrtghomh enucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpegrlhhv hhgvrhhrvgesrghlvhhhrdhnohdqihhprdhorhhg X-ME-Proxy: Feedback-ID: ia2694551:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Tue, 11 Oct 2022 12:07:34 -0400 (EDT) Received: by perhan.alvh.no-ip.org (Postfix, from userid 1000) id 7142466; Tue, 11 Oct 2022 18:07:31 +0200 (CEST) Date: Tue, 11 Oct 2022 18:07:31 +0200 From: =?utf-8?Q?=C3=81lvaro?= Herrera To: Domenico Sgarbossa Cc: Thom Brown , Peter Eisentraut , "pgsql-translators@lists.postgresql.org" , Daniele Varrazzo Subject: Re: Italian translations being dropped for 15 Message-ID: <20221011160731.tir3uhfirxlzlwri@alvherre.pgsql> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <2101391109.231204.1665126631145@mail.yahoo.com> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 2022-Oct-07, Domenico Sgarbossa wrote: > Ok,  I'll go through!  > I would suspect that the problem's of alignment should arise, sorry for that :-( > To be honest looking at the original label I cannot understand if rules are defined for that case.. > could you give me some hints about that? There are no strict rules. Just run each of the programs with the --help option, and make sure that the output looks reasonable. Some translators stick to 80 characters per line (splitting the line if too long), others let lines run long. Most keep the same alignment column as in the original language, but this is not a requirement either. psql also has: psql --help=variables psql --help=commands I'm not aware of others. Spanish has quite a mess, I now realize :-( -- Álvaro Herrera 48°01'N 7°57'E — https://www.EnterpriseDB.com/ "Las cosas son buenas o malas segun las hace nuestra opinión" (Lisias)