Use ENG as default lang
This commit is contained in:
parent
c584c3697d
commit
e10facc9ba
@ -2,7 +2,6 @@
|
|||||||
# Author: linux-gaming.ru
|
# Author: linux-gaming.ru
|
||||||
|
|
||||||
read "update_loc" < "${PORT_WINE_TMP_PATH}/${portname}_loc"
|
read "update_loc" < "${PORT_WINE_TMP_PATH}/${portname}_loc"
|
||||||
[ -z "${update_loc}" ] && update_loc="ENG"
|
|
||||||
export update_loc=${update_loc}
|
export update_loc=${update_loc}
|
||||||
|
|
||||||
if [ "${update_loc}" = "RUS" ]
|
if [ "${update_loc}" = "RUS" ]
|
||||||
@ -210,8 +209,7 @@ then
|
|||||||
export loc_gui_installing_the="Устанавливаем"
|
export loc_gui_installing_the="Устанавливаем"
|
||||||
export loc_gui_please_wait="Пожалуйста подождите..."
|
export loc_gui_please_wait="Пожалуйста подождите..."
|
||||||
|
|
||||||
elif [ "${update_loc}" = "ENG" ]
|
else
|
||||||
then
|
|
||||||
export loc_gui_installing_the="Installing the"
|
export loc_gui_installing_the="Installing the"
|
||||||
export loc_gui_please_wait="Please wait..."
|
export loc_gui_please_wait="Please wait..."
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user