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 1oV6W4-0006RU-4C for pgsql-translators@arkaria.postgresql.org; Mon, 05 Sep 2022 07:27:32 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1oV6W2-0002KZ-US for pgsql-translators@arkaria.postgresql.org; Mon, 05 Sep 2022 07:27:30 +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 1oV6W1-0002KP-WC for pgsql-translators@lists.postgresql.org; Mon, 05 Sep 2022 07:27:30 +0000 Received: from out4-smtp.messagingengine.com ([66.111.4.28]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oV6Vz-00011A-0a for pgsql-translators@lists.postgresql.org; Mon, 05 Sep 2022 07:27:28 +0000 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 9EAA75C0097; Mon, 5 Sep 2022 03:27:25 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute3.internal (MEProxy); Mon, 05 Sep 2022 03:27:25 -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=fm1; t=1662362845; x=1662449245; bh=C RVPx79tWTExXC07tOJjOHyl7SU1sNSeDrMModG00yw=; b=rRpAHfz40U7ya4EVq oxjhgZsvwlVWcvG9mIRQ16q+xTSHjy0bIpaaXnPSjg6KIsc0gKqJsnM5zvic7tcx YV/hSOxFcVr4yLGBILaVgAYGr/CelA+d26oaEaQY9gbm19VNM8QIQeGLG4BnuxRm 9gBnsTgwxfJIzlg8FPZYdHqO0GVi/faX8Y6wuZfx4aIu/r8JIGyZADIlEuYm4+Fa 32vbymVEkeKlmmwdFqtscQLCoE8+rm4nVJTu6fd/7lMCFvYXeuQWHJUr3NoQqhDX opVuZIKnpCLCfAnY+k1uaCenlUYsOO/rFHh/v5UFOeu8DeDoUf87+Va2D93Ue84E PAEcg== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvfedrvdelhedguddvtdcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecunecujfgurhepfffhvfevuffkgggtugfgjgesth ekredttddtjeenucfhrhhomheptehlvhgrrhhoucfjvghrrhgvrhgruceorghlvhhhvghr rhgvsegrlhhvhhdrnhhoqdhiphdrohhrgheqnecuggftrfgrthhtvghrnheptdfgveeuge eghfekvdeiudehgfevheejieejveevueeivdffudefteehvddttdeinecuvehluhhsthgv rhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomheprghlvhhhvghrrhgvsegrlh hvhhdrnhhoqdhiphdrohhrgh X-ME-Proxy: Feedback-ID: ia2694551:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Mon, 5 Sep 2022 03:27:25 -0400 (EDT) Received: by perhan.alvh.no-ip.org (Postfix, from userid 1000) id AFCCE37D; Mon, 5 Sep 2022 09:27:48 +0200 (CEST) Date: Mon, 5 Sep 2022 09:27:48 +0200 From: Alvaro Herrera To: "higuchi.daisuke@fujitsu.com" Cc: "'pgsql-translators@lists.postgresql.org'" Subject: Re: Why were some .mo files removed for the August 2022 minor release? Message-ID: <20220905072748.667dhnymo3ya22km@alvherre.pgsql> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 2022-Sep-05, higuchi.daisuke@fujitsu.com wrote: > I noticed that PostgreSQL 11.17 rpm did not have share/locale/ro/LC_MESSAGES/plpgsql-11.mo. > This is because 'ro' has been removed in src/pl/plpgsql/src/nls.mk by Translation updates commit (*). > And PostgreSQL 12.12 rpm also does not have share/locale/pl/LC_MESSAGES/pg_ctl-12.mo. > I got the rpms from the following URL: > Is it correct to remove any language from nls.mk in minor version updates? > Or was it removed for some other reason? Hmm, that's odd. That nls.mk should not have been modified in that commit. I have no explanation for this, but it was definitely not intentional. I must have made a merge mistake as I was running that script for the first time since years. (I ran it with the deletion switch, then reverted that and re-ran without it.) Anyway, the state of many of our translations is very sad. Romanian is one of those that is slowly dying from a state that was, as I remember, never very good. -- Álvaro Herrera