From mboxrd@z Thu Jan 1 00:00:00 1970 From: "pelzflorian (Florian Pelz)" Subject: bug#26302: [website] translations Date: Thu, 31 Oct 2019 21:19:31 +0100 Message-ID: <20191031201931.pj2uma6tc57u2tjc@pelzflorian.localdomain> References: <20170329154040.ddscahwp2agknihb@abyayala> <8760e8l3bd.fsf@gnu.org> <20170731215448.6zsu2qcfykuzbcd2@abyayala> <20190906142548.4crfjgvxilgalgrs@pelzflorian.localdomain> <87ef0daeqs.fsf@gnu.org> <20190919074829.hu3c7yy3bmeudfsw@florianbeaglebone.fritz.box> <87muf033pp.fsf@gnu.org> <87a79t56b0.fsf@gnu.org> <20191022122840.xwrrfvqm6t7uby6s@pelzflorian.localdomain> 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]:52178) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iQGvM-0000DJ-T5 for bug-guix@gnu.org; Thu, 31 Oct 2019 16:20:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iQGvK-00081y-M0 for bug-guix@gnu.org; Thu, 31 Oct 2019 16:20:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:45532) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iQGvK-00080S-9N for bug-guix@gnu.org; Thu, 31 Oct 2019 16:20:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iQGvK-0001Jy-0s for bug-guix@gnu.org; Thu, 31 Oct 2019 16:20:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <20191022122840.xwrrfvqm6t7uby6s@pelzflorian.localdomain> 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.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: sirgazil , 26302@debbugs.gnu.org On Tue, Oct 22, 2019 at 02:10:59PM +0200, Ludovic Courtès wrote: > Sorry that it’s taken this long, but I’m happy to say that the > ‘wip-i18n’ branch of the manual is now visible at: > > https://guix.gnu.org/.i18n/de/ > https://guix.gnu.org/.i18n/en/ > I have finally rebased wip-i18n, so these URLs display properly now. I would like to squash some of my further commits there though. On Tue, Oct 22, 2019 at 02:28:40PM +0200, pelzflorian (Florian Pelz) wrote: > On Tue, Oct 22, 2019 at 02:10:59PM +0200, Ludovic Courtès wrote: > > We’ll need the nginx magic to honor ‘Accept-Language’ and such; I think > > you submitted something that I may have overlooked, don’t hesitate to > > refresh my mind. :-) > > > > Anyway, we have a good starting point, and perhaps we’ll be able to > > switch quickly; what else do we need? > > > > > > > I would be happy if you could review my Guix patches at > > https://lists.gnu.org/archive/html/bug-guix/2019-10/msg00068.html > > After that I also sent maintenance patches, but redirection only works > for URLs ending in .html right now… > IMHO the next step could be my above patch which packages ngx_http_accept_language_module. I do not yet know how to redirect index files in nginx though. Long-term, nginx modules should get their own build system though, I suppose. Regards, Florian