Scripts version 2289
This commit is contained in:
@ -65,6 +65,12 @@ change_locale () {
|
||||
fi
|
||||
fi
|
||||
export LANGUAGE
|
||||
|
||||
if [[ "$LANGUAGE" == "ru" ]] \
|
||||
&& check_start_from_steam
|
||||
then
|
||||
export LC_ALL=ru_RU.UTF-8
|
||||
fi
|
||||
}
|
||||
export -f change_locale
|
||||
|
||||
|
Reference in New Issue
Block a user