fix language selection

This commit is contained in:
Robert Förster (Dessa) 2014-05-23 10:21:24 +02:00
parent f69bafc334
commit 001876298c
2 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ src_prepare() {
src_install() {
# set default language
local MYLANG=""
elif use linguas_de ; then
if use linguas_de ; then
MYLANG="Deutsch"
elif use linguas_fr ; then
MYLANG="Français"

View File

@ -114,7 +114,7 @@ src_prepare() {
src_install() {
# set default language
local MYLANG=""
elif use linguas_de ; then
if use linguas_de ; then
MYLANG="Deutsch"
elif use linguas_fr ; then
MYLANG="Français"