View previous topic :: View next topic |
Author |
Message |
zahlberer Tux's lil' helper
Joined: 04 Jul 2007 Posts: 138
|
Posted: Sun Oct 28, 2007 4:39 pm Post subject: german mplayer!? |
|
|
I have just emerged mplayer and, for my astonishment, it came in german!?
How is it possible, my /etc/locale.gen holds space only for english.
I did set LINGUAS="en_BG de" in /etc/make.conf so that I could read umlauts in texts, but the ebuild does no make use of that. |
|
Back to top |
|
|
Sadako Advocate
Joined: 05 Aug 2004 Posts: 3792 Location: sleeping in the bathtub
|
Posted: Sun Oct 28, 2007 5:10 pm Post subject: Re: german mplayer!? |
|
|
zahlberer wrote: | I did set LINGUAS="en_BG de" in /etc/make.conf so that I could read umlauts in texts, but the ebuild does no make use of that. | Orly?
Directly from the mplayer ebuilds; Code: | if [[ -n ${LINGUAS} ]]; then
elog "For MPlayer's language support, the configuration will"
elog "use your LINGUAS variable from /etc/make.conf. If you have more"
elog "than one language enabled, then the first one in the list will"
elog "be used to output the messages, if a translation is available."
elog "man pages will be created for all languages where translations"
elog "are also available."
fi |
_________________ "You have to invite me in" |
|
Back to top |
|
|
zahlberer Tux's lil' helper
Joined: 04 Jul 2007 Posts: 138
|
Posted: Sun Oct 28, 2007 5:14 pm Post subject: |
|
|
Thanks.
I wrote LINGUAS="en en_GB de" in /etc/make.conf and it solved the problem. |
|
Back to top |
|
|
micmac l33t
Joined: 28 Nov 2003 Posts: 996
|
Posted: Sun Oct 28, 2007 8:35 pm Post subject: |
|
|
FYI, LINGUAS shouldn't have anything to do with being able to display "Umlaute". Your character set has to support them. |
|
Back to top |
|
|
zahlberer Tux's lil' helper
Joined: 04 Jul 2007 Posts: 138
|
Posted: Mon Oct 29, 2007 12:13 pm Post subject: |
|
|
Oh, I thought they had.
I will remove it from make.conf and recompile firefox then. |
|
Back to top |
|
|
|