Commit 7558c400 authored by Mikhail Tergoev's avatar Mikhail Tergoev

drop check ru_RU.UTF-8

parent dfbc3c24
...@@ -51,10 +51,6 @@ change_locale () { ...@@ -51,10 +51,6 @@ change_locale () {
echo "en" > "${PORT_WINE_TMP_PATH}/PortProton_loc" echo "en" > "${PORT_WINE_TMP_PATH}/PortProton_loc"
fi fi
if [[ -z "${LANG}" ]] ; then
export LANG=C
LANGUAGE="en"
else
if [[ ! -z "${LANGUAGE}" ]] \ if [[ ! -z "${LANGUAGE}" ]] \
&& [[ -f "${PORT_WINE_TMP_PATH}/PortProton_loc" ]] ; then && [[ -f "${PORT_WINE_TMP_PATH}/PortProton_loc" ]] ; then
echo "" echo ""
...@@ -70,7 +66,6 @@ change_locale () { ...@@ -70,7 +66,6 @@ change_locale () {
else exit 1 else exit 1
fi fi
fi fi
fi
export LANGUAGE export LANGUAGE
} }
export -f change_locale export -f change_locale
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment