Scripts version 2201

This commit is contained in:
Mikhail Tergoev
2023-06-12 16:35:06 +03:00
parent b1fcef36f2
commit 975c2c3bfb
13 changed files with 151 additions and 93 deletions

View File

@ -8,7 +8,7 @@ if [[ -f "${PORT_WINE_TMP_PATH}/${portname}_loc" ]] ; then
fi
if [[ "${update_loc}" == "RUS" || "${update_loc}" == "ENG" ]] && [[ -f "${PORT_WINE_TMP_PATH}/${portname}_loc" ]] ; then
echo "language ${update_loc}"
echo ""
else
SET_LANG=`zenity --title "LAUNGUAGE" --text "Select the language" --list --radiolist \
--column="Set:" --column "Choose language:" TRUE "RUS" FALSE "ENG" `