From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id 4JluA07SfWRNvAAASxT56A (envelope-from ) for ; Mon, 05 Jun 2023 14:17:18 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id CEkuA07SfWQbOAAA9RJhRA (envelope-from ) for ; Mon, 05 Jun 2023 14:17:18 +0200 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 AFEE412F27 for ; Mon, 5 Jun 2023 14:17:17 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1q691F-000682-9a; Mon, 05 Jun 2023 08:09:05 -0400 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 1q691C-00067h-VT for guix-patches@gnu.org; Mon, 05 Jun 2023 08:09:03 -0400 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 1q691C-00073o-D8 for guix-patches@gnu.org; Mon, 05 Jun 2023 08:09:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1q691C-00036i-7l for guix-patches@gnu.org; Mon, 05 Jun 2023 08:09:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#63836] [PATCH guix-artwork] website: data: Discard translations in help blurbs. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 05 Jun 2023 12:09:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 63836 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Florian Pelz Cc: 63836@debbugs.gnu.org Received: via spool by 63836-submit@debbugs.gnu.org id=B63836.168596693911933 (code B ref 63836); Mon, 05 Jun 2023 12:09:02 +0000 Received: (at 63836) by debbugs.gnu.org; 5 Jun 2023 12:08:59 +0000 Received: from localhost ([127.0.0.1]:48324 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q6919-00036P-D6 for submit@debbugs.gnu.org; Mon, 05 Jun 2023 08:08:59 -0400 Received: from eggs.gnu.org ([209.51.188.92]:43832) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q6917-00036C-V0 for 63836@debbugs.gnu.org; Mon, 05 Jun 2023 08:08:58 -0400 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 1q6912-00073D-OC; Mon, 05 Jun 2023 08:08:52 -0400 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=LJZMgGEOLNPqjscT4o8QBcHgG8x2CIMgRLTOl0a2Lmo=; b=Jtq+xzVfZjyX7NHOAdS4 veklToVtbme21gMiPc+DQUlxNZxiU0qDWt3ahHK9xJbus64uUO0ij7PGiRtAIO0Mey6ICRwfZgQd9 3NIEPgPOBd6f2VP9ywviXYdh2r2hhZzFWinMqWP6HCDVTrNtyytS5pbig7TdBpe+QndbD0vAQpCjg uT0PPIwk1mO9cOhPUKvLSNbGIfo6jdkCyicHKnTLE6P/0MVsU4Nsm6QhC25b+u9jCoFmhi9LJjlPx i//86fBY8TD5uJYTHJqO90DcDdd3iPM1zJqPZmHhTdyP1R6TtwvJhsQ/Ofh1UlG9B3ZLJaUVnyvsC Le03vxO3g9EdGw==; Received: from [193.50.110.155] (helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q6912-0002OU-BD; Mon, 05 Jun 2023 08:08:52 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20230602102043.13597-1-pelzflorian@pelzflorian.de> Date: Mon, 05 Jun 2023 14:08:49 +0200 In-Reply-To: <20230602102043.13597-1-pelzflorian@pelzflorian.de> (Florian Pelz's message of "Fri, 2 Jun 2023 12:20:43 +0200") Message-ID: <87y1kyi01a.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: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-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=1685967437; 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=LJZMgGEOLNPqjscT4o8QBcHgG8x2CIMgRLTOl0a2Lmo=; b=cbkqpKj/dIOhZZ+c9n7CjPpK/23URPOOrzxjDA/1S3RNMRICQWb+s8jTr3xM8tSfHQoKZw 6WbPxOc1rVdxXHV83cHn8tRwBf+673EfuWk30J51hjHPNGVLGjFXHxFXEYL/1hbSCqNM7t XQMjZAHKmcKPhKKZorbgMsOTSQCF4Tc3LwNUCeeS+KSzlx5CqRHxQ1LS9B3LiTr2Sb/97x 3+Li9BVerHSoMSzwCgcRim+ETOpYnOnNtE3puBStrzGhTiinpu4kL2ARnseWvnPbnmL9bl UoWnpjhZ12POwOvXHJFmy311q2E5U46ByOfzAVWTOJL9STimUMn3TmoH8UuCew== 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=Jtq+xzVf; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1685967437; a=rsa-sha256; cv=none; b=U4m1qIkWQsB1+DGhybCDVDofUM3WimklELnm/1/SR3sP+EuoxGLN2nhEOvnoFSzee6MDja QTY9Ad0ItpnPX89C8xJG1JWPBvXYj+PN8sY0bkLHJ8KaMMxNaLykx7JOw0miFrV+GDe0XB A/J998Fn7KXfvlpD3Sa/E4QVf+gYMyui863PzG9Bk620H/XVYRFpy/yccS1zmlQ5QTFcPA 1rmB7RoSd35QrlTs4oYg1EjpEjs7ZJNdaLqw1sZYGKcGR/dkmDlirp2KsX37cb9Hx8YPZ5 wH2mse1t90BMJv1rNhvd/wSI5B2JkrqVA63vd4/SO6lPYGMZ2Re+Zmmk4dmixA== X-Migadu-Scanner: scn1.migadu.com X-Migadu-Spam-Score: -4.09 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Jtq+xzVf; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: AFEE412F27 X-Spam-Score: -4.09 X-TUID: OUJBXihLP6uD Hallo, Florian Pelz skribis: > We no longer need the blurbs, now that the website has > gettext translations that are reasonably complete, except > Hungarian, which we lose. > > * website/apps/base/data.scm (contact-media)["Help Mailing List"]: > Drop legacy blurbs. LGTM, thank you! Ludo=E2=80=99.