Gentoo Archives: gentoo-user

From: Michael George <george@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] LINGUAS
Date: Sat, 29 Jul 2006 20:48:01
Message-Id: 20060729204113.GA8104@brego.pewamo.office
In Reply to: Re: [gentoo-user] LINGUAS by Alexander Skwar
1 On Sat, Jul 29, 2006 at 05:20:13PM +0200, Alexander Skwar wrote:
2 > Michael George schrieb:
3 > >I am building OOo 2.0.3 and I happened to notice in the verbose emerge
4 > >output that there is a long list of languages listed in the LINGUAS
5 > >variable:
6 > >
7 > > LINGUAS="-af% -ar% -be_BY% -bg% -bn% -bs% -ca% -cs% -cy% -da% -de% -el%
8 > > -en% -en_GB% -en_US% -en_ZA% -es% -et% -fa% -fi% -fr% -gu_IN% -he%
9 > > -hi_IN% -hr% -hu% -it% -ja% -km% -ko% -lt% -mk% -nb% -nl% -nn% -nr%
10 > > -ns% -pa_IN% -pl% -pt% -pt_BR% -ru% -rw% -sh_YU% -sk% -sl% -sr_CS% -st%
11 > > -sv% -sw_TZ% -th% -tn% -tr% -ts% -vi% -xh% -zh_CN% -zh_TW% -zu%"
12 > >
13 > >Does this mean that NONE of those languages will be built in or that ALL
14 > >of them will be?
15 >
16 > If all of them have a - before, then yes, none will be built.
17
18 Okay, that's what I figured it meant.
19
20 > >The docs I found on gentoo localization indicate that I can set LINGUAS
21 > >in make.conf and build for just the languages I desire. I set it to:
22 > >LINGUAS="en_US"
23 > >but all that does is prepend en_US to the beginning of the string above.
24 >
25 > How? What's shown?
26
27 If I put LINGUAS="en_US" into make.conf, then the LINGUAS line reads:
28
29 LINGUAS="en_US% -af% -ar% -be_BY% -bg% -bn% -bs% -ca% -cs% -cy% -da% -de%
30 -el% -en% -en_GB% -en_ZA% -es% -et% -fa% -fi% -fr% -gu_IN% -he%
31 -hi_IN% -hr% -hu% -it% -ja% -km% -ko% -lt% -mk% -nb% -nl% -nn% -nr%
32 -ns% -pa_IN% -pl% -pt% -pt_BR% -ru% -rw% -sh_YU% -sk% -sl% -sr_CS% -st%
33 -sv% -sw_TZ% -th% -tn% -tr% -ts% -vi% -xh% -zh_CN% -zh_TW% -zu%"
34
35 en_US is put on the front and -en_US disappears from the list. I didn't
36 notice it disappearing before...
37
38 > >Where are those settings coming from?
39 >
40 > make.conf
41
42 Any that I specify to be built are in make.conf, but there is nothing in
43 make.conf that specifies the "-" entries....
44
45 Thank you for your reply!
46
47 --
48 -M
49
50 There are 10 kinds of people in this world:
51 Those who can count in binary and those who cannot.
52 --
53 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] LINGUAS Alexander Skwar <listen@×××××××××××××××.name>