Use ENG locale if missing lang
This commit is contained in:
parent
4a083a9300
commit
c584c3697d
@ -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" ]
|
||||
|
Loading…
Reference in New Issue
Block a user