Scripts version 2289

This commit is contained in:
Mikhail Tergoev
2024-04-30 10:51:37 +03:00
parent 6baee4da62
commit be5fc19b72
4 changed files with 16 additions and 1 deletions

View File

@ -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