From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 7 Jun 2001 21:22:14 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 7 Jun 2001 21:22:04 -0400 Received: from ikura.fe.dis.titech.ac.jp ([131.112.171.65]:47293 "HELO ikura.fe.dis.titech.ac.jp") by vger.kernel.org with SMTP id ; Thu, 7 Jun 2001 21:21:47 -0400 Date: Fri, 08 Jun 2001 10:21:42 +0900 Message-ID: From: GOTO Masanori To: torvalds@transmeta.com Cc: ramsy@linux.or.jp, alan@lxorguk.ukuu.org.uk, linux-kernel@vger.kernel.org Subject: Re: Configure.help i18n system In-Reply-To: In your message of "Thu, 7 Jun 2001 14:01:53 -0700 (PDT)" In-Reply-To: <20010607165007.A299.RAMSY@linux.or.jp> User-Agent: Wanderlust/2.2.15 (More Than Words) EMIKO/1.13.9 (Euglena tripteris) FLIM/1.13.2 (Kasanui) APEL/10.2 MULE XEmacs/21.1 (patch 10) (Capitol Reef) (i386-debian-linux) MIME-Version: 1.0 (generated by EMIKO 1.13.9 - "Euglena tripteris") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org At Thu, 7 Jun 2001 14:01:53 -0700 (PDT), Linus Torvalds wrote: > On Thu, 7 Jun 2001, Keitaro Yosimura wrote: > > > > Configure.help i18n system is the thing which uses MD5 SUM of the text > > of the text as a key, and calls suitable data to the present language > > setup (it judges from an environment variable). I'm one of members to maintain one version of the Japanese Configure.help. I also sent this question to Linus who coming in Japan, he denied this idea... IMHO, using environment variable is not adequate; national language designation should be set to the make option. The behavior of make config must not be influenced by such a LANG environment variable. You might concern about displaying national language character (because it depends on the LANG variables), but it have merely relations to `i18n text'. > I suspect that this is actually something that intersects with the i18n > work: how does the i18n projects distribute the actual help texts? Done > right, maybe the same distributed environment could be used for > everything, and getting Configure.help entirely out of the "core kernel" > tree, and into a separate distribution (where the English version would be > just one among many distributions). Current distribution to the i18n texts are all outside from the core kernel... BTW, i18n Configure.help needs `quality assuarance' because in English all developers can recognize whether help text is correct or not. However, i18n text can read for only each national people, so developers cannot know about these correctness. From this point of view, I agree with Linus's comments because of this concerns. But, there are some version of i18n Configure.help translations. What a waste to make them sleep... Regards, -- GOTO Masanori