From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:45986) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1irBP9-0006Ku-3Y for guix-patches@gnu.org; Mon, 13 Jan 2020 20:54:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1irBP8-0002C3-9L for guix-patches@gnu.org; Mon, 13 Jan 2020 20:54:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:54537) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1irBP8-0002Bs-6W for guix-patches@gnu.org; Mon, 13 Jan 2020 20:54:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1irBP8-0005Fh-54 for guix-patches@gnu.org; Mon, 13 Jan 2020 20:54:02 -0500 Subject: [bug#39128] [PATCH] Add offlate Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:45834) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1irBOE-0006Ej-9F for guix-patches@gnu.org; Mon, 13 Jan 2020 20:53:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1irBOD-0000yK-8f for guix-patches@gnu.org; Mon, 13 Jan 2020 20:53:06 -0500 Received: from lepiller.eu ([2a00:5884:8208::1]:47018) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1irBOC-0000qt-LW for guix-patches@gnu.org; Mon, 13 Jan 2020 20:53:05 -0500 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id c30412f0 for ; Tue, 14 Jan 2020 01:52:59 +0000 (UTC) Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id eb6958a6 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Tue, 14 Jan 2020 01:52:59 +0000 (UTC) Date: Tue, 14 Jan 2020 02:52:53 +0100 From: Julien Lepiller Message-ID: <20200114025253.3a99b3c7@tachikoma.lepiller.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 39128@debbugs.gnu.org hi guix, this series adds offlate, my translation tool that connects to translation platforms and lets you work offline. Some of my dependencies were not present in Guix yet, so there they are :)