forked from CastroFidel/PortWINE
Scripts version 2222
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user