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 1ox9wJ-0003ib-Sq for pgsql-translators@arkaria.postgresql.org; Mon, 21 Nov 2022 16:46:35 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1ox9wH-0004yR-Vz for pgsql-translators@arkaria.postgresql.org; Mon, 21 Nov 2022 16:46:33 +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 1ox9wH-0004yI-3U for pgsql-translators@lists.postgresql.org; Mon, 21 Nov 2022 16:46:33 +0000 Received: from wout5-smtp.messagingengine.com ([64.147.123.21]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ox9w9-0005sj-Mr for pgsql-translators@lists.postgresql.org; Mon, 21 Nov 2022 16:46:31 +0000 Received: from compute2.internal (compute2.nyi.internal [10.202.2.46]) by mailout.west.internal (Postfix) with ESMTP id DCEF73200982 for ; Mon, 21 Nov 2022 11:46:23 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Mon, 21 Nov 2022 11:46:24 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:date:feedback-id:feedback-id:from:from: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=1669049183; x=1669135583; bh=uyE3BhOjO0Lpo6Drkc6FxbOQwqX8 wbJYN8BwUlDvk+s=; b=agq3Pqy6Bs2FxDAAV1GhkfiK+VvTTxp3HfIvrUYnWteA LpDYrzy0HGtVc9I3/amtVusuHTr3DPYtZvQ0WjhkLHCA4GsCll7ykVVqOqcqJt9s Y2KSBepkKmp2/fzZfqoST2gCaVDTRDw8T6ei9Xvs4CZZB1B+UMJqf8PGNAwvbX6l nON+GK7e/nwoF2D7R3U9saQGpHKzcYKics+d0eBp9RMxRzS2eoPYFhFa0gQ9ddyI ktOYAHUXGmkmH0poLuj+HPnLgxyCzVuWHA/Rla9cG01K76iywHR/xnzgkxajJEne dIfUfrnAb8eE2LX3hxsvqlycjlq6YLqM5r7ndZRMPA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvgedrheeigdelvdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhepkfffgggfvffhufgtgfesthejredttd efjeenucfhrhhomheprfgvthgvrhcugfhishgvnhhtrhgruhhtuceophgvthgvrhdrvghi shgvnhhtrhgruhhtsegvnhhtvghrphhrihhsvggusgdrtghomheqnecuggftrfgrthhtvg hrnhepffeuleejgfehudeuffdtleelfffhteeugeehiefhtedtfeeugffgteeivedvueei necuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepphgvth gvrhdrvghishgvnhhtrhgruhhtsegvnhhtvghrphhrihhsvggusgdrtghomh X-ME-Proxy: Feedback-ID: i131946ab:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA for ; Mon, 21 Nov 2022 11:46:22 -0500 (EST) Message-ID: <075d1ddd-a82e-5ced-3a59-bbf5da13d42f@enterprisedb.com> Date: Mon, 21 Nov 2022 17:46:20 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 To: pgsql-translators@lists.postgresql.org Content-Language: en-US From: Peter Eisentraut Subject: delete translations for long-unmaintained languages from git? Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk I've been wondering whether we should delete translations for long-unmaintained languages from git, rather than keeping the barely usable files around indefinitely. Extreme examples are "af" and "fa", but there could be a few more, depending on where we'd set the cutoff. These take up screen real estate and processing time, and someone who wanted to work on these languages might be better off starting from scratch. Thoughts?