From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:48944) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iv7wm-0000Qo-U7 for guix-patches@gnu.org; Fri, 24 Jan 2020 18:01:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iv7wk-0006yA-Kk for guix-patches@gnu.org; Fri, 24 Jan 2020 18:01:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:48867) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iv7wk-0006xb-FP for guix-patches@gnu.org; Fri, 24 Jan 2020 18:01:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iv7wk-00083j-EE for guix-patches@gnu.org; Fri, 24 Jan 2020 18:01:02 -0500 Subject: [bug#39128] [PATCH] Add offlate Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20200114025253.3a99b3c7@tachikoma.lepiller.eu> Date: Sat, 25 Jan 2020 00:00:40 +0100 In-Reply-To: <20200114025253.3a99b3c7@tachikoma.lepiller.eu> (Julien Lepiller's message of "Tue, 14 Jan 2020 02:52:53 +0100") Message-ID: <87blqscvdz.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Julien Lepiller Cc: 39128@debbugs.gnu.org Hello Julien! Julien Lepiller skribis: > 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 :) On a quick glance this looks all good to me. Thank you! Ludo=E2=80=99.