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

Use ENG as default lang

parent c584c369
...@@ -2,7 +2,6 @@ ...@@ -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 ...@@ -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..."
......
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