Use ENG locale if missing lang

This commit is contained in:
zorn-v
2022-12-08 03:48:36 +10:00
committed by GitHub
parent 4a083a9300
commit c584c3697d

View File

@ -2,6 +2,7 @@
# Author: linux-gaming.ru
read "update_loc" < "${PORT_WINE_TMP_PATH}/${portname}_loc"
[ -z "${update_loc}" ] && update_loc="ENG"
export update_loc=${update_loc}
if [ "${update_loc}" = "RUS" ]