From owner-freebsd-doc@FreeBSD.ORG Fri Dec 21 11:27:53 2012 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A9C08747 for ; Fri, 21 Dec 2012 11:27:53 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-la0-f42.google.com (mail-la0-f42.google.com [209.85.215.42]) by mx1.freebsd.org (Postfix) with ESMTP id 17D8C8FC0A for ; Fri, 21 Dec 2012 11:27:52 +0000 (UTC) Received: by mail-la0-f42.google.com with SMTP id s15so4872144lag.29 for ; Fri, 21 Dec 2012 03:27:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=KUb4RLoNiknfbkieu1fktMW6g40AYw+GiLTdBqmpOCg=; b=mgyJX4+C7DJaA1Alnw7KllPoSfAuzSwwVLrYhCua+P2M3bNUQ/A+26k7MBPiy7pKMA uX8fGn4QTqg61Scik/ksc4Yly/Nd9dPnUOQP+bknpGG2blt8RUkQLL/Aq9h60kdlhBtE P31jZtdzQute/wgNsyqFv3oKDTkRlFDYJLZwiArwqJebMLXKVdALg7fA/Uo0cn1/+5Ov w+AkX6f7F0zHfJro5jLzkIl5xORvybJY3b24SQxIsrdxG78O0DIrrDsNNLBh2P25ol3y 7/9aw1RqqqZmcYF6fy+l7P90DIyA2FqCxmQvPBeFXU/5aPZtu11bB4Dm7ETbCZsklchG KS6g== X-Received: by 10.152.129.197 with SMTP id ny5mr11985528lab.43.1356089271464; Fri, 21 Dec 2012 03:27:51 -0800 (PST) Received: from ?IPv6:2001:980:d7ed:1:5419:5949:e555:d1a6? ([2001:980:d7ed:1:5419:5949:e555:d1a6]) by mx.google.com with ESMTPS id sj3sm4508541lab.2.2012.12.21.03.27.48 (version=SSLv3 cipher=OTHER); Fri, 21 Dec 2012 03:27:49 -0800 (PST) Sender: =?UTF-8?Q?Ren=C3=A9_Ladan?= Message-ID: <50D447B1.4050806@freebsd.org> Date: Fri, 21 Dec 2012 12:27:45 +0100 From: =?UTF-8?B?UmVuw6kgTGFkYW4=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: freebsd-doc@freebsd.org Subject: Re: committing entity changes to translations References: In-Reply-To: X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Dec 2012 11:27:53 -0000 On 21-12-2012 08:09, Eitan Adler wrote: > How do I commit something like the following: > > The patch touches the de_DE.ISO8859-1 as I am removing a non-existent > man.ipnat.1 entity [note: other translations may require this too. I > am asking about the general process requirements]. > Should I commit the English language version first and wait for the > translations to catch up before removing the entity? > I would just add the new entity and only make the English change, the translation should catch up after a while. [..snip diff..] René