From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id UIDRIXRU82N0VQAAbAwnHQ (envelope-from ) for ; Mon, 20 Feb 2023 12:07:32 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id sP7jIXRU82P7LwAA9RJhRA (envelope-from ) for ; Mon, 20 Feb 2023 12:07:32 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 4FC051CE1A for ; Mon, 20 Feb 2023 12:07:32 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pU40f-0002Vz-4s; Mon, 20 Feb 2023 06:07:05 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pU40c-0002UU-Nd for bug-guix@gnu.org; Mon, 20 Feb 2023 06:07:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pU40c-0005I7-DX for bug-guix@gnu.org; Mon, 20 Feb 2023 06:07:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pU40c-0004eH-1O for bug-guix@gnu.org; Mon, 20 Feb 2023 06:07:02 -0500 X-Loop: help-debbugs@gnu.org Subject: bug#32026: [PATCH v4 1/9] gnu: Add a 'update-mozilla-locales' helper for maintenance. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Mon, 20 Feb 2023 11:07:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 32026 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Maxim Cournoyer Cc: mhw@netris.org, 32026@debbugs.gnu.org, Jonathan Brielmaier Received: via spool by 32026-submit@debbugs.gnu.org id=B32026.167689121617852 (code B ref 32026); Mon, 20 Feb 2023 11:07:01 +0000 Received: (at 32026) by debbugs.gnu.org; 20 Feb 2023 11:06:56 +0000 Received: from localhost ([127.0.0.1]:50649 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pU40V-0004ds-Qe for submit@debbugs.gnu.org; Mon, 20 Feb 2023 06:06:56 -0500 Received: from eggs.gnu.org ([209.51.188.92]:33710) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pU40T-0004de-Kc for 32026@debbugs.gnu.org; Mon, 20 Feb 2023 06:06:54 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pU40N-0005FG-RB; Mon, 20 Feb 2023 06:06:47 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=eDYKWz+2rQ9IxueXH+YL3hSZO/eY+7J/VqpJpGVeExQ=; b=TE/VLACE2tIQ2yNOiBuT LgNu3CMCKXWrxogVBWl+IYWdxrvpnU87rTGxf+bVHfSqHOBonskL60PJHP7vk3mbJTfG8QG9kq1Fq Ki/iePbCiOj+ik2TGoXaI8xzU8hjfFm9G/Lqi3IrzjN9RGfVVOyXrRq9RQN9TjN8crab0YBwG7lyh IOkyzSzrYbZExNj/y5FBtMdf9+m3a9ZdYkqF90iD4k12Hrg9hGd7u0doziQosusXMf38zP12xZ1zC NnNB43X9NmOj+aIe3k+vwPVz8nl/lkBLiyXx8O9POKxjk5EXcbxzny7Lg4gIj9NqGH0EVOqVdVDZQ qPmfIsU1dm4QrQ==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pU40M-0006XZ-Q5; Mon, 20 Feb 2023 06:06:47 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20230219192405.26549-1-maxim.cournoyer@gmail.com> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Duodi 2 =?UTF-8?Q?Vent=C3=B4se?= an 231 de la =?UTF-8?Q?R=C3=A9volution,?= jour du Cornouiller X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Mon, 20 Feb 2023 12:06:44 +0100 In-Reply-To: <20230219192405.26549-1-maxim.cournoyer@gmail.com> (Maxim Cournoyer's message of "Sun, 19 Feb 2023 14:23:57 -0500") Message-ID: <87edqkiojf.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: bug-guix-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1676891252; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=eDYKWz+2rQ9IxueXH+YL3hSZO/eY+7J/VqpJpGVeExQ=; b=TGJlpPg1a3dfoc7aUsPFOtw88k5lt/VfvL7L1UyEdySS5DzIwj+YJzTgMSYZhDWoPypOCx t2SbwnkgVxqaP2hVCpV3CMeHnpjVboqTqGy3Ao0V4k6CtBU37QQpX7Az/1hs26dMLlyGmk U/WbYZHWyaDukjvDlQXH58C6g556tywyLYTv5Ep3nLLla8IsWPvxFTvqmTIyTX3oxUoii8 R1AFXlCpo/LTMYA2JlYIcnoyFpOYMlhxDKLSS9Dgmf+isjCCgGCcD7Yq6IUWs4n9GXkBG2 scnDrM2iaHoudZcjchIOpbcIjC/NfhK48se+4tWeffv2XMkCaZ1c8pScvVIVyw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="TE/VLACE"; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1676891252; a=rsa-sha256; cv=none; b=cryrIfy5fiwMIYcqVXI79wQhh0ddCwCnQAlRrBnNxo4kKkFm94bwfiE+ogb16z/GSvX0gy UqF6/X1UFFzckETUsUK8a8QhYYlVED5EM4lqVQ1BDOeaYuPWnLZ9Map7PUB7I9kSyxfSRF IznjsEZLb+tJVZQOuqgHvcPVyUgJVCS9QsKKkV5EKMcZIe4604BRBKKJJZXtEZKqwGF+7G aSLQuuhWbNIz0a7YvwonSh3kRxcGHiQ0wvkBuBzy0WUxtIepHzmjtdq+MZynhmz2GQQ7W3 eFeLnE9bHyLlHpMrybd4i1XTPz5j+f1sxVtNC3p4gJLpmpsOuc1lLLMNIO3ebw== X-Migadu-Spam-Score: -2.55 X-Spam-Score: -2.55 X-Migadu-Queue-Id: 4FC051CE1A X-Migadu-Scanner: scn1.migadu.com Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="TE/VLACE"; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org X-TUID: ayJ0T+ldAxCP Hey Maxim, Thanks a lot for working on this! Having locales available makes a big difference to many users. (A couple of years ago I started working on that for the LibreOffice package. I got quite far but didn=E2=80=99t complete it. I can dig that f= rom my stashes if there=E2=80=99s interest in giving a hand.) Ludo=E2=80=99.