From mboxrd@z Thu Jan 1 00:00:00 1970 From: "pelzflorian (Florian Pelz)" Subject: bug#26302: Deploying the =?UTF-8?Q?i18n=E2=80=99d?= web site Date: Thu, 26 Mar 2020 00:21:00 +0100 Message-ID: <20200325232100.ynsy7xog4vt6nq5q@pelzflorian.localdomain> References: <20170329154040.ddscahwp2agknihb@abyayala> <16d07cb5a1d.ca69255821627.8144164908931126811@zoho.com> <20190908171638.cna67eearj4rbn2k@pelzflorian.localdomain> <16d18a5a9e8.12ab66c8254154.2756956535677606704@zoho.com> <20190915201819.3yxm25fayvbxwdpl@pelzflorian.localdomain> <20191007081502.wog4q4wjptvhmejf@pelzflorian.localdomain> <20191008093719.duvx26l2ods3fg75@pelzflorian.localdomain> <20191117161702.bfmuiukhyacbukqf@pelzflorian.localdomain> <87d090ibk5.fsf_-_@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:36549) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jHFLX-0003Vj-5L for bug-guix@gnu.org; Wed, 25 Mar 2020 19:22:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jHFLW-00019J-81 for bug-guix@gnu.org; Wed, 25 Mar 2020 19:22:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52011) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jHFLW-00018g-4L for bug-guix@gnu.org; Wed, 25 Mar 2020 19:22:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jHFLW-0003fy-0L for bug-guix@gnu.org; Wed, 25 Mar 2020 19:22:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <87d090ibk5.fsf_-_@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: sirgazil , 26302 <26302@debbugs.gnu.org> On Wed, Mar 25, 2020 at 06:33:46PM +0100, Ludovic Courtès wrote: > Hi Florian, > > We dropped the ball on this, but it looks like we were close to the > finish line. > > What would it take to complete the i18n’d web site deployment? It would > be great to get that done by the time of the next release. > set_from_accept_language $lang en de; would better be a global directive. en comes first so it is the default. Otherwise it’s the changes you quoted. Testing is difficult though. I tested without https and with some modifications to make berlin.scm work in a virtual machine. I will try rebasing wip-i18n to current master now. Regards, Florian