From patchwork Fri Sep 24 23:30:24 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sarah Morgensen X-Patchwork-Id: 33274 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 68A6027BBE3; Sat, 25 Sep 2021 00:31:17 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,T_DKIM_INVALID, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 3B6E027BBE5 for ; Sat, 25 Sep 2021 00:31:14 +0100 (BST) Received: from localhost ([::1]:44594 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mTuev-0008SY-4K for patchwork@mira.cbaines.net; Fri, 24 Sep 2021 19:31:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:57262) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mTuek-0008RI-Py for guix-patches@gnu.org; Fri, 24 Sep 2021 19:31:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47972) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mTuek-0004SD-IX for guix-patches@gnu.org; Fri, 24 Sep 2021 19:31:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mTuek-0008OP-CH for guix-patches@gnu.org; Fri, 24 Sep 2021 19:31:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#50683] [PATCH v2 2/2] doc: cookbook: Mention translations of the cookbook. Resent-From: Sarah Morgensen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 24 Sep 2021 23:31:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50683 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 50683@debbugs.gnu.org Received: via spool by 50683-submit@debbugs.gnu.org id=B50683.163252623232203 (code B ref 50683); Fri, 24 Sep 2021 23:31:02 +0000 Received: (at 50683) by debbugs.gnu.org; 24 Sep 2021 23:30:32 +0000 Received: from localhost ([127.0.0.1]:59517 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mTueG-0008NK-Jp for submit@debbugs.gnu.org; Fri, 24 Sep 2021 19:30:32 -0400 Received: from out1.migadu.com ([91.121.223.63]:45865) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mTueC-0008N7-Rs for 50683@debbugs.gnu.org; Fri, 24 Sep 2021 19:30:31 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1632526227; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=4qWFUFIUXXZJXFdR1eML/h5FYC/KmnnS1Wqpu8HA1EU=; b=L8n1pkr7eFyljERnXCSG6EAw2fCo5f98jt21L4c7jofILfSzXZ/+ZTZfQjtuovVZ+gWdyr hd5HeQaIDPS1XK7XiDtsAt0CTbZuEiig78HE2PZpChOTG4T5veVQWAjpjoktHw3xHMB+Iq uc8gm6PF7Xq8dRHmV3MUXtOlwsURKd8= From: Sarah Morgensen Date: Fri, 24 Sep 2021 16:30:24 -0700 Message-Id: In-Reply-To: <14fab7c402aeb085123a304c87fb8e28455d4e01.1632525994.git.iskarian@mgsn.dev> References: <14fab7c402aeb085123a304c87fb8e28455d4e01.1632525994.git.iskarian@mgsn.dev> MIME-Version: 1.0 X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev 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+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * doc/guix-cookbook.texi (Top): Add note about l10n. --- doc/guix-cookbook.texi | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi index fda5093825..dc52f6d38c 100644 --- a/doc/guix-cookbook.texi +++ b/doc/guix-cookbook.texi @@ -57,10 +57,12 @@ @c TRANSLATORS: You can replace the following paragraph with information on @c how to join your own translation team and how to report issues with the @c translation. -If you would like to translate this document in your native language, consider -joining +This manual is also available in French (@pxref{Top,,, guix-cookbook.fr, +Livre de recettes de GNU Guix}) and German (@pxref{Top,,, +guix-cookbook.de, GNU-Guix-Kochbuch}). If you would like to translate +this document in your native language, consider joining @uref{https://translate.fedoraproject.org/projects/guix/documentation-cookbook, -Weblate}. +Weblate} (@pxref{Translating Guix,,, guix, GNU Guix reference manual}). @menu * Scheme tutorials:: Meet your new favorite language!