Use ENG as default lang

This commit is contained in:
zorn-v 2022-12-08 03:56:24 +10:00 committed by GitHub
parent c584c3697d
commit e10facc9ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,6 @@
# 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" ]
@ -210,8 +209,7 @@ then
export loc_gui_installing_the="Устанавливаем"
export loc_gui_please_wait="Пожалуйста подождите..."
elif [ "${update_loc}" = "ENG" ]
then
else
export loc_gui_installing_the="Installing the"
export loc_gui_please_wait="Please wait..."