Unverified Commit c584c369 authored by zorn-v's avatar zorn-v Committed by GitHub

Use ENG locale if missing lang

parent 4a083a93
......@@ -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" ]
......
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