From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#26302: Deploying the =?UTF-8?Q?i18n=E2=80=99d?= web site Date: Thu, 09 Apr 2020 17:27:05 +0200 Message-ID: <878sj43cja.fsf@gnu.org> References: <20190915201819.3yxm25fayvbxwdpl@pelzflorian.localdomain> <20191007081502.wog4q4wjptvhmejf@pelzflorian.localdomain> <20191008093719.duvx26l2ods3fg75@pelzflorian.localdomain> <20191117161702.bfmuiukhyacbukqf@pelzflorian.localdomain> <87d090ibk5.fsf_-_@gnu.org> <20200325232100.ynsy7xog4vt6nq5q@pelzflorian.localdomain> <87sghf6lkv.fsf@gnu.org> <20200407220225.zlw64sywakcajvkt@pelzflorian.localdomain> <20200409032146.tm76qkrwwydfadye@pelzflorian.localdomain> <20200409074550.ecq4ltzvu27o3js3@pelzflorian.localdomain> <20200409145730.qd2nqg4gxrf4ofzw@pelzflorian.localdomain> 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]:49897) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jMZ63-0007bk-TW for bug-guix@gnu.org; Thu, 09 Apr 2020 11:28:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jMZ61-0000tY-T4 for bug-guix@gnu.org; Thu, 09 Apr 2020 11:28:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42794) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jMZ61-0000t9-Q5 for bug-guix@gnu.org; Thu, 09 Apr 2020 11:28:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jMZ61-0003xI-Io for bug-guix@gnu.org; Thu, 09 Apr 2020 11:28:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20200409145730.qd2nqg4gxrf4ofzw@pelzflorian.localdomain> (pelzflorian@pelzflorian.de's message of "Thu, 9 Apr 2020 16:57:30 +0200") 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: "pelzflorian (Florian Pelz)" Cc: sirgazil , 26302 <26302@debbugs.gnu.org> Hi Florian, "pelzflorian (Florian Pelz)" skribis: > + (redirect "/news/porting-guix-and-guixsd.html" "/$lang/blog/2015/port= ing-guix-and-guixsd") Does that mean that /blog/2015/porting-guix-and-guixsd (without /LANG) will _not_ redirect to /LANG/blog/2015/porting-guix-and-guixsd? It=E2=80=99s important that all the current URL, without /LANG, remain vali= d. Ludo=E2=80=99.