From mboxrd@z Thu Jan 1 00:00:00 1970 From: znavko@disroot.org Subject: Re: How to merge two po files from different versions? Date: Tue, 07 May 2019 14:58:41 +0000 Message-ID: <0fce510690b8612ac9738522aec90c96@disroot.org> References: <20190507141934.2qk46pvltonazaiv@pelzflorian.localdomain> <1d7299f3587eff0aeabe29b41fc2f617@disroot.org> 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]:53193) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hO1YN-0003Xz-VS for help-guix@gnu.org; Tue, 07 May 2019 10:58:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hO1YM-0008Ri-P0 for help-guix@gnu.org; Tue, 07 May 2019 10:58:47 -0400 Received: from knopi.disroot.org ([178.21.23.139]:56434) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hO1YM-0008Qr-4e for help-guix@gnu.org; Tue, 07 May 2019 10:58:46 -0400 In-Reply-To: <20190507141934.2qk46pvltonazaiv@pelzflorian.localdomain> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: "pelzflorian (Florian Pelz)" Cc: help-guix No, sorry. Your commands not work. That msgid from line 7564 rests untran= slated, so it did not transfered from my guix-manual-1.0.0-pre3.ru_RU.po.= =0AOoh la la!=0A=0AMay 7, 2019 2:19 PM, "pelzflorian (Florian Pelz)" wrote:=0A=0A> On Tue, May 07, 2019 at 09:26:13AM= +0000, znavko@disroot.org wrote:=0A> =0A>> The simple 'msgcat *.po > new= .po' is not correct, cause the line numbering breaks in a new file.=0A>> = Please, how to transfer translated strings from the guix-manual-1.0.0-pre= 3.ru_RU.po into=0A>> guix-manual-1.0.0-pre3.ru not breaking the latter?= =0A> =0A> I do not understand what the issue is with line numbers.=0A> = =0A> Does this work?=0A> =0A> msgcat --no-wrap *.po > new.po=0A> msgmerge= -U --no-wrap --previous --lang=3Dru new.po guix-manual-1.0.0-pre3.ru.po= =0A> =0A> Regards,=0A> Florian