From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Shawn O. Pearce" Subject: Re: [PATCH 3/5] Internationalization of git-gui Date: Sun, 22 Jul 2007 03:47:40 -0400 Message-ID: <20070722074740.GY32566@spearce.org> References: <622391.43998.qm@web38909.mail.mud.yahoo.com> <200707211434.56622.stimming@tuhh.de> <200707211436.44672.stimming@tuhh.de> <200707211437.43524.stimming@tuhh.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Brett Schwarz , git@vger.kernel.org, Paul Mackerras To: Christian Stimming X-From: git-owner@vger.kernel.org Sun Jul 22 09:47:49 2007 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1ICWAO-0005TI-C9 for gcvg-git@gmane.org; Sun, 22 Jul 2007 09:47:48 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753730AbXGVHrp (ORCPT ); Sun, 22 Jul 2007 03:47:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752889AbXGVHrp (ORCPT ); Sun, 22 Jul 2007 03:47:45 -0400 Received: from corvette.plexpod.net ([64.38.20.226]:41421 "EHLO corvette.plexpod.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750867AbXGVHrp (ORCPT ); Sun, 22 Jul 2007 03:47:45 -0400 Received: from [74.70.48.173] (helo=asimov.home.spearce.org) by corvette.plexpod.net with esmtpa (Exim 4.66) (envelope-from ) id 1ICWAG-0007HL-EC; Sun, 22 Jul 2007 03:47:40 -0400 Received: by asimov.home.spearce.org (Postfix, from userid 1000) id BD15B20FBAE; Sun, 22 Jul 2007 03:47:40 -0400 (EDT) Content-Disposition: inline In-Reply-To: <200707211437.43524.stimming@tuhh.de> User-Agent: Mutt/1.5.11 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - corvette.plexpod.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - spearce.org Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Christian Stimming wrote: > Subject: [PATCH] Initial German translation for testing of i18n. ... > diff --git a/po/de.po b/po/de.po > new file mode 100644 > index 0000000..0592836 > --- /dev/null > +++ b/po/de.po > @@ -0,0 +1,265 @@ > +# Translation of git-gui to German. > +# Copyright (C) 2007 Linux Torvalds I didn't realize Linus wrote German. ;-) Or are you assigning the copyright to Linus, much as other chunks of Git are copyrighted by Linus? -- Shawn.