From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Haunt patches Date: Fri, 09 Feb 2018 14:18:13 +0100 Message-ID: <87a7wi2tey.fsf@gnu.org> References: <20171223125116.33r6kjnu2zze7f2o@floriannotebook> <20180208171243.dnligzfvwsxvc4l3@floriannotebook> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40444) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ek8ZI-0005jV-Tc for guix-devel@gnu.org; Fri, 09 Feb 2018 08:18:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ek8ZH-0004Is-Sn for guix-devel@gnu.org; Fri, 09 Feb 2018 08:18:20 -0500 In-Reply-To: <20180208171243.dnligzfvwsxvc4l3@floriannotebook> (pelzflorian@pelzflorian.de's message of "Thu, 8 Feb 2018 18:12:44 +0100") 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: "pelzflorian (Florian Pelz)" Cc: guix-devel@gnu.org, davet@gnu.org Heya, "pelzflorian (Florian Pelz)" skribis: > I wrote patches that introduce page variants for translations. I will > send them right after this mail. If there are interested guix-devel > readers, they can find them at > > https://pelzflorian.de/git/haunt/commit/?id=3Dac3e93fe35363fd0066cf93b969= c95c0fde7a25a > https://pelzflorian.de/git/haunt/commit/?id=3Dca32925a58c8ec526653aff9825= be2359bf358c3 > https://pelzflorian.de/git/haunt/commit/?id=3D34f6b56bfe3a3059ced4be5e9b7= 68a6a3a93c671 > > A site can have a list of variants such as various languages, > e.g. '("de" "en"). Nice, looks like a great starting point! This does not address i18n in itself, right? Do you have examples of an i18n=E2=80=99d web site using this Haunt branch + gettext? Thank you! Ludo=E2=80=99.