From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Om5Fw-0001MD-LN for garchives@archives.gentoo.org; Thu, 19 Aug 2010 13:34:08 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B62AAE08E0; Thu, 19 Aug 2010 13:33:41 +0000 (UTC) Received: from smtp208.alice.it (smtp208.alice.it [82.57.200.104]) by pigeon.gentoo.org (Postfix) with ESMTP id 738EAE092A for ; Thu, 19 Aug 2010 13:33:41 +0000 (UTC) Received: from infra.agr.fm (87.14.4.246) by smtp208.alice.it (8.5.124.08) id 4C1A2716039C6E7C for gentoo-user@lists.gentoo.org; Thu, 19 Aug 2010 15:33:41 +0200 Received: from [192.168.64.9] (silver.agr.fm [192.168.64.9]) by infra.agr.fm (Postfix) with ESMTP id AC7AF5DD378 for ; Thu, 19 Aug 2010 15:33:40 +0200 (CEST) Message-ID: <4C6D32B4.6030702@alyf.net> Date: Thu, 19 Aug 2010 15:33:40 +0200 From: Andrea Conti User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.8) Gecko/20100802 Lightning/1.0b2 Thunderbird/3.1.2 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] LINGUAS References: <201008182339.17677.alan.mckinnon@gmail.com> <87pqxeu6s8.fsf@newton.gmurray.org.uk> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: a0ca0427-52fe-4d06-95db-62274b39224b X-Archives-Hash: 591b85a9ddb2851181db91342a85ffb6 > On the other hand LINGUAS is still a general variable AFAIK and not > portage specific. LINGUAS is strictly portage-specific. It's used to control the compile-time inclusion of languages and/or locales for packages which have that kind of option (i.e. OpenOffice, KDE, Firefox and many others); as such it is generally set in make.conf, although it can be controlled on a per-package basis as others have said. On the other hand, things like bash and coreutils usually have a "nls" USE flag which controls the compile-time inclusion of *all* supported localizations. Packages built with support for multiple locales will usually pick the right one at run-time by looking at the LANG and LC_* environment variables. (See http://www.gentoo.org/doc/en/guide-localization.xml#doc_chap3 for more details) andrea