From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5844D1384B4 for ; Thu, 12 Nov 2015 18:22:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3187521C0B4; Thu, 12 Nov 2015 18:21:40 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 01C6A21C0AA for ; Thu, 12 Nov 2015 18:21:38 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZwwV2-0003mw-Ar for gentoo-user@lists.gentoo.org; Thu, 12 Nov 2015 19:21:32 +0100 Received: from hsi-kbw-078-043-015-110.hsi4.kabel-badenwuerttemberg.de ([78.43.15.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Nov 2015 19:21:32 +0100 Received: from joerg.schaible by hsi-kbw-078-043-015-110.hsi4.kabel-badenwuerttemberg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Nov 2015 19:21:32 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: =?UTF-8?B?SsO2cmc=?= Schaible Subject: [gentoo-user] Re: LINGUAS issue Date: Thu, 12 Nov 2015 19:21:17 +0100 Message-ID: References: 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 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: hsi-kbw-078-043-015-110.hsi4.kabel-badenwuerttemberg.de User-Agent: KNode/4.14.8 X-Archives-Salt: 802a4588-01fe-415f-aff9-8428e311c3b4 X-Archives-Hash: e66456280e6c4541fa499ca4f5641fbd Hi Francisco, Francisco Ares wrote: > Hi, all. > > My locale language is "pt_BR" (Brazilian Portuguese), and many > applications now support native translations. > > And there is the "pt" possible LINGUAS entry, and there is no "pt_PT" > (Portugal spoken Portuguese), for instance, neither any derivatives for > other Portuguese speaking countries, which possibly have their own > regional differences. > > There are a few applications that do not distinguish "pt_BR" from "pt" and > treat Portuguese language as simply "pt". An example is the OCR program > "tesseract", that builds language specifics according to the LINGUAS > environment variable. > > Is there a way for specifying particular "LINGUAS" for individual > packages? I would not like to have to build dozens of applications to > include "pt" to my "LINGUAS" definition just to have "tesseract" to > include > my native language support. I've found some old messages about this on > the net, but did not get any real solution. > > Or should I ask the "tesseract" package maintainer to add "pt_BR" to the > available options? You can set this individually for every package. My LINGUAS is set to "en" only (I hate localized man pages), but I have entries in my package.use file to turn on linguas individually. e.g.: app-office/libreoffice-l10n linguas_de linguas_en_GB linguas_fr offlinehelp Cheers, Jörg