From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [WIP] localize guix.texi Date: Mon, 05 Mar 2018 12:00:05 +0100 Message-ID: <87371ebxe2.fsf@gnu.org> References: <20180219233437.4d709181@lepiller.eu> <20180302230738.13736-1-julien@lepiller.eu> <87y3j6dh4n.fsf@gnu.org> <404dcea54807bc3ede5ea11559909f99@lepiller.eu> 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]:35972) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1esnqp-0001Yl-CX for guix-devel@gnu.org; Mon, 05 Mar 2018 06:00:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1esnqj-0002lu-CM for guix-devel@gnu.org; Mon, 05 Mar 2018 06:00:15 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:59178) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1esnqj-0002kd-67 for guix-devel@gnu.org; Mon, 05 Mar 2018 06:00:09 -0500 In-Reply-To: <404dcea54807bc3ede5ea11559909f99@lepiller.eu> (julien lepiller's message of "Mon, 05 Mar 2018 10:58:38 +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: julien lepiller Cc: guix-devel@gnu.org Hi, julien lepiller skribis: > Le 2018-03-05 10:08, ludo@gnu.org a =C3=A9crit : [...] >> I think this can be addressed by adding: >> >> PO_DEPENDS_ON_POT =3D no >> >> in =E2=80=98Makevars=E2=80=99. This variable is documented like this: >> >> --8<---------------cut here---------------start------------->8--- >> # This tells whether or not to regenerate a PO file when $(DOMAIN).pot >> # has changed. Possible values are "yes" and "no". Set this to no if >> # the POT file is checked in the repository and the version control >> # program ignores timestamps. >> PO_DEPENDS_ON_POT =3D yes >> --8<---------------cut here---------------end--------------->8--- > > Well, since there's no pot file, it doesn't really help. Oh, I thought po4a would generate a pot file from the texi source. >> At worst, if .po files are committed and not systematically generated, >> we can let translators handle this before they commit? > > I don't understand? The issue is when translators are not > involved. IIUC in > texinfo, the section name (reference) and title (displayed) are the > same, so > section names have to be translated. When someone makes a change to > the English > manual and adds a reference to an existing section, po4a cannot > generate a > translation, so it will leave it as is. So we will get a reference to > an invalid > section in the translated manuals and they will refuse to build. Right, but the =E2=80=9Cwe=E2=80=9D in the sentence above corresponds to tr= anslators, right? As long as only translators see the problem, that should be fine. > There is enough information in the po file though, so I think po4a can > be > improved (or we could add our own script for that). Great. Thanks! Ludo=E2=80=99.