update RU language

This commit is contained in:
Mikhail Tergoev
2024-04-21 19:08:20 +03:00
parent 7408c5fc00
commit 68a6ff2557
13 changed files with 4378 additions and 469 deletions

View File

@ -20,11 +20,10 @@ if try_download "https://lol.secure.dyn.riotcdn.net/channels/public/x/installer/
then
pw_start_progress_bar_block "Installing League of Legends."
if [[ "$LANGUAGE" == "ru" ]] ; then
yad_info "Вы должны нажать кнопку установки, не изменяя настроек!"
fi
if [ "${update_loc}" = "ENG" ] ; then
yad_info "You must click the install button without changing the settings!"
fi
yad_info "Вы должны нажать кнопку установки, не изменяя настроек!"
else
yad_info "You must click the install button without changing the settings!"
fi
pw_kill_autostart RiotClientServices.exe &
pw_run "${PW_AUTOINSTALL_EXE}"
portwine_exe="$WINEPREFIX/drive_c/Riot Games/Riot Client/RiotClientServices.exe"