drop check ru_RU.UTF-8

This commit is contained in:
Mikhail Tergoev 2024-04-25 22:19:21 +03:00
parent dfbc3c244f
commit 7558c40042
2 changed files with 13 additions and 18 deletions

@ -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 () {
else exit 1 else exit 1
fi fi
fi fi
fi
export LANGUAGE export LANGUAGE
} }
export -f change_locale export -f change_locale