forked from CastroFidel/PortWINE
drop check ru_RU.UTF-8
This commit is contained in:
parent
dfbc3c244f
commit
7558c40042
@ -51,10 +51,6 @@ change_locale () {
|
||||
echo "en" > "${PORT_WINE_TMP_PATH}/PortProton_loc"
|
||||
fi
|
||||
|
||||
if [[ -z "${LANG}" ]] ; then
|
||||
export LANG=C
|
||||
LANGUAGE="en"
|
||||
else
|
||||
if [[ ! -z "${LANGUAGE}" ]] \
|
||||
&& [[ -f "${PORT_WINE_TMP_PATH}/PortProton_loc" ]] ; then
|
||||
echo ""
|
||||
@ -70,7 +66,6 @@ change_locale () {
|
||||
else exit 1
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
export LANGUAGE
|
||||
}
|
||||
export -f change_locale
|
||||
|
Loading…
Reference in New Issue
Block a user