From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [PATCH] Initial Chinese translation Date: Sun, 22 Jul 2007 01:06:46 -0700 Message-ID: <7vhcnwsvzd.fsf@assigned-by-dhcp.cox.net> References: <11850629362012-git-send-email-xudong.guan@gmail.com> <7vhcnxtgvw.fsf@assigned-by-dhcp.cox.net> <20070722073519.GV32566@spearce.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Xudong Guan , git@vger.kernel.org, Johannes Schindelin , Paolo Ciarrocchi , =?utf-8?B?44GX44KJ44GE44GX44Gq44Gq44GT?= , Christian Stimming To: "Shawn O. Pearce" X-From: git-owner@vger.kernel.org Sun Jul 22 10:07:20 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 1ICWTG-0000IC-I1 for gcvg-git@gmane.org; Sun, 22 Jul 2007 10:07:18 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757556AbXGVIGw (ORCPT ); Sun, 22 Jul 2007 04:06:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755323AbXGVIGv (ORCPT ); Sun, 22 Jul 2007 04:06:51 -0400 Received: from fed1rmmtao103.cox.net ([68.230.241.43]:51104 "EHLO fed1rmmtao103.cox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755276AbXGVIGt (ORCPT ); Sun, 22 Jul 2007 04:06:49 -0400 Received: from fed1rmimpo01.cox.net ([70.169.32.71]) by fed1rmmtao103.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20070722080647.CHMG1358.fed1rmmtao103.cox.net@fed1rmimpo01.cox.net>; Sun, 22 Jul 2007 04:06:47 -0400 Received: from assigned-by-dhcp.cox.net ([68.5.247.80]) by fed1rmimpo01.cox.net with bizsmtp id SY6n1X0051kojtg0000000; Sun, 22 Jul 2007 04:06:48 -0400 In-Reply-To: <20070722073519.GV32566@spearce.org> (Shawn O. Pearce's message of "Sun, 22 Jul 2007 03:35:19 -0400") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: "Shawn O. Pearce" writes: > Junio C Hamano wrote: >> Xudong Guan writes: >> >> > Simplified Chinese, in UTF-8 encoding. >> > >> > Signed-off-by: Xudong Guan >> > --- >> > po/zh.po | 250 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> > 1 files changed, 250 insertions(+), 0 deletions(-) >> >> This raises another point in the current i18n scheme. How would >> we allow zh_CN and zh_TW to coexist? > > They probably should be po/zh_CN.po and po/zh_TW.po. Yeah, I was hinting to rename this file to zh_CN.po from day one.