Scripts version 2222

This commit is contained in:
Mikhail Tergoev
2023-09-22 23:51:44 +03:00
parent 17efde1601
commit 146eacb223
14 changed files with 123 additions and 75 deletions

View File

@ -19,7 +19,7 @@ if [ "$my_dir" == "/usr/bin" ] ; then
/usr/bin/env bash "${XDG_DATA_HOME}/PortWINE/PortProton/data/scripts/start.sh" "$@"
exit 0
else
if [ -n "$(locale | grep "LANG=ru_RU.UTF-8")" ] ; then
if [ ! -z "$(locale | grep "LANG=ru_RU.UTF-8")" ] ; then
PW_SET_LANG=$RUS_LANG
else
PW_SET_LANG=$ENG_LANG