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 1oxAvM-0006eL-KY for pgsql-translators@arkaria.postgresql.org; Mon, 21 Nov 2022 17:49:40 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1oxAvK-00082o-Nv for pgsql-translators@arkaria.postgresql.org; Mon, 21 Nov 2022 17:49:38 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oxAvJ-00082f-Sw for pgsql-translators@lists.postgresql.org; Mon, 21 Nov 2022 17:49:38 +0000 Received: from out4-smtp.messagingengine.com ([66.111.4.28]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oxAvH-0006wu-HK for pgsql-translators@lists.postgresql.org; Mon, 21 Nov 2022 17:49:36 +0000 Received: from compute2.internal (compute2.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id D149A5C0442; Mon, 21 Nov 2022 12:49:34 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Mon, 21 Nov 2022 12:49:34 -0500 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=fm1; t=1669052974; x=1669139374; bh=C rXC2eXMDVYUStxc/CIccPdZX9iKX/WCx+8QB62seTI=; b=TgT7hgkWbvpjU0BMl WMr2mhdhRM3mpnTplot08HY86HaYYoTkzTbKj9coS5TnTNnwuT2Z4uSF4iRk9Qk7 BThCNkUofQ/u/irzgnIh/KS5PUtL/7s/5faqTVmECSOzkrZPTewfwTPWOjANUOfK D1yL6z5ODMHRLqtbujqpZCY58+w0HtbK5Ib/DA2x1B3ntiMm4SSYrYvBsETaJWKu 8A8F3aOq/U61UqOlF26vzHG3qdIPSsLfeeRX82uLYTc+7jvrM+jfCkp6t3wGmf4n 6P1dKxOTcA7FFlvB2yJiGkfY4TSIiddxex6duoi7vW01Ch+vjASd6WX8c0wDLgFk Zb2Qw== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvgedrheeigddutdehucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepfffhvfevuffkgggtugfgjgesthekredttddtjeenucfhrhhomheptehlvhgr rhhoucfjvghrrhgvrhgruceorghlvhhhvghrrhgvsegrlhhvhhdrnhhoqdhiphdrohhrgh eqnecuggftrfgrthhtvghrnhepvdektdffudfftdffffehfffhjeejhffgieeuueekjeek fffgudffhfduffffueevnecuffhomhgrihhnpegvnhhtvghrphhrihhsvggusgdrtghomh enucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpegrlhhv hhgvrhhrvgesrghlvhhhrdhnohdqihhprdhorhhg X-ME-Proxy: Feedback-ID: ia2694551:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Mon, 21 Nov 2022 12:49:34 -0500 (EST) Received: by perhan.alvh.no-ip.org (Postfix, from userid 1000) id 81D5739C; Mon, 21 Nov 2022 18:49:32 +0100 (CET) Date: Mon, 21 Nov 2022 18:49:32 +0100 From: Alvaro Herrera To: Peter Eisentraut Cc: pgsql-translators@lists.postgresql.org Subject: Re: delete translations for long-unmaintained languages from git? Message-ID: <20221121174932.kv2dptc65tscxpy7@alvherre.pgsql> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <075d1ddd-a82e-5ced-3a59-bbf5da13d42f@enterprisedb.com> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 2022-Nov-21, Peter Eisentraut wrote: > I've been wondering whether we should delete translations for > long-unmaintained languages from git, rather than keeping the barely usable > files around indefinitely. Yeah, let's. > Extreme examples are "af" and "fa", but there > could be a few more, depending on where we'd set the cutoff. I'd remove anything that hasn't had a commit since the branch for 11. That seems to give the following list af fa hr hu nb nl pl sk sl ta I'm looking at the output from this for i in [a-z][a-z]; do echo -n "$i: " ; git log --oneline --no-show-signature --since "2018-04-16" $i | head -1; echo "" ; done (There's probably a better way to do this) 'pl' is a surprise, considering that it even has a file with 100% translation. However, there are no commits since 2017. Maybe back off on this one, because back then it was really still alive. (Lack of) 'ro' is also a surprise looking at the table. There was a typo fix recently there, but I don't think we should keep that language because of that; in reality there's been no translation update since 2011. -- Álvaro Herrera Breisgau, Deutschland — https://www.EnterpriseDB.com/