From mboxrd@z Thu Jan 1 00:00:00 1970 From: "pelzflorian (Florian Pelz)" Subject: Re: Update on 1.0.1 Date: Thu, 16 May 2019 14:53:43 +0200 Message-ID: <20190516125343.44jzm4nj3fz3dkep@pelzflorian.localdomain> References: <871s17d3i2.fsf@gnu.org> <87zhnnuac6.fsf@gnu.org> <87r28zj0jy.fsf@gmail.com> <87h89uhbnk.fsf@gnu.org> <20190516121302.atv7hestqgfv5qqg@pelzflorian.localdomain> <20190516144102.1d200186@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:57815) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hRFtx-0005IA-6g for guix-devel@gnu.org; Thu, 16 May 2019 08:54:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hRFtu-0000jO-4P for guix-devel@gnu.org; Thu, 16 May 2019 08:54:25 -0400 Content-Disposition: inline In-Reply-To: <20190516144102.1d200186@gmail.com> 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: Miguel Cc: Guix-devel , Mathieu Othacehe , julien lepiller On Thu, May 16, 2019 at 02:41:02PM +0200, Miguel wrote: > Hi, >=20 > "pelzflorian (Florian Pelz)" : > > On Thu, May 16, 2019 at 01:38:39PM +0200, Ludovic Court=C3=A8s wrote: > > > I=E2=80=99ll create a =E2=80=98version-1.0.1=E2=80=99 branch with t= he aim of releasing the > > > whole thing maybe tomorrow or at least by Tuesday. > > > =20 > >=20 > > If this does not go through the TP, can we send a download link for a > > newer PO file adapted to current doc/guix.texi? >=20 > I agree that it should go through TP[1], nonetheless there is a way to > generate the pot file to merge it and get an updated po file. From a > fresh checkout of the git tree you only have to follow these steps: >=20 > $ guix environment guix > [env]$ ./bootstrap > [env]$ ./configure > [env]$ make doc-pot-update > [env]$ msgmerge /path/to/old/de.po po/doc/guix-manual.pot > /new/de.po >=20 Thank you for explaining. I prefer doing `msgmerge --previous --nowrap /path/to/old/de.po po/doc/guix-manual.pot > /new/de.po` to get the old fuzzy messages and all messages on a single line. Regards, Florian