From mboxrd@z Thu Jan 1 00:00:00 1970 From: "pelzflorian (Florian Pelz)" Subject: Re: Website translation Date: Mon, 15 Jul 2019 17:54:14 +0200 Message-ID: <20190715155414.y6lv45rv55ihvzs5@pelzflorian.localdomain> References: <82379e4b458703ebd2a0b000b2acc46c@autoproduzioni.net> <87sgri9b90.fsf@gnu.org> <20190707165722.we3q5jne7a3wnvq4@pelzflorian.localdomain> <878st932e4.fsf@dustycloud.org> <877e8owqkg.fsf@gnu.org> <20190712053539.htszj5w2b2sxws64@pelzflorian.localdomain> <875zo43dt2.fsf@gnu.org> <20190714142625.my2n7ypimctk3vbd@pelzflorian.localdomain> <87ims3o4tm.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:54221) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hn3Ix-0001cI-2Y for guix-devel@gnu.org; Mon, 15 Jul 2019 11:54:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hn3Iv-00012j-TE for guix-devel@gnu.org; Mon, 15 Jul 2019 11:54:18 -0400 Content-Disposition: inline In-Reply-To: <87ims3o4tm.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org, matias_jose_seco@autoproduzioni.net On Mon, Jul 15, 2019 at 02:33:25PM +0200, Ludovic Court=C3=A8s wrote: > `(div > ,@(X_ "This is a link.")) For such things I prefer XML like Ricardo proposed or like the __ on my rather than cryptic HTML a elements and href. However, this would again look even nicer when passing sexps to a custom tool that converts them to a string that can get used with a custom PO file writer or MO reader, wouldn=E2=80=99t it? Should Guix just try with format strings for now? Regards, Florian