From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miguel Subject: Re: Update on 1.0.1 Date: Thu, 16 May 2019 15:02:33 +0200 Message-ID: <20190516150233.6c31b7f8@gmail.com> 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> <20190516125343.44jzm4nj3fz3dkep@pelzflorian.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:60359) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hRG2B-0003y0-MF for guix-devel@gnu.org; Thu, 16 May 2019 09:02:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hRG28-0007qN-Jt for guix-devel@gnu.org; Thu, 16 May 2019 09:02:55 -0400 In-Reply-To: <20190516125343.44jzm4nj3fz3dkep@pelzflorian.localdomain> 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: "pelzflorian (Florian Pelz)" Cc: Guix-devel , Mathieu Othacehe , julien lepiller Hi, "pelzflorian (Florian Pelz)" : > Thank you for explaining. You're welcome. :) > 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. I disagree with TP's --nowrap policy for my local copies. I have them in a git repository, and it is easier to check the history when the lines fit in a 80-column page. The --previous option is quite important though, I should have included that one. Best regards, Miguel