From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#26302: [website] translations Date: Mon, 31 Jul 2017 23:11:18 +0200 Message-ID: <8760e8l3bd.fsf@gnu.org> References: <20170329154040.ddscahwp2agknihb@abyayala> 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]:46259) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dcHyv-0001ie-GF for bug-guix@gnu.org; Mon, 31 Jul 2017 17:12:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dcHys-0001Xj-9H for bug-guix@gnu.org; Mon, 31 Jul 2017 17:12:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:33137) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dcHys-0001XH-6G for bug-guix@gnu.org; Mon, 31 Jul 2017 17:12:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dcHys-0006Mf-1S for bug-guix@gnu.org; Mon, 31 Jul 2017 17:12:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20170329154040.ddscahwp2agknihb@abyayala> (ng0's message of "Wed, 29 Mar 2017 15:40:40 +0000") 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: ng0 Cc: 26302@debbugs.gnu.org Hi, ng0 skribis: > One thing I like about the template of https://taler.net is the usage of > javascript free translations of text (jinja2 is used), easy to select > and write. > I think translations of web sites are useful, necessary and important.=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20 > We must provide this in the long run on the Guix web site aswell. FWIW I agree. I wouldn=E2=80=99t want to use JS for that, though. It may be that the simplest solution would be to use Gettext since, after all, the web site is a regular Scheme program. I would welcome work in this direction! Ludo=E2=80=99.