Experimental fix for systems in other languages. Export LANG to en_US.UTF-8 temporarily during installation of games. This needs testing, especially if your computer is normally in a different language.

This commit is contained in:
stormdragon2976 2023-02-09 00:14:42 -05:00
parent f10afe820a
commit fbb389019d

View File

@ -607,6 +607,8 @@ install_wine_bottle() {
# Install games
game_installer() {
export LANG="en_US.UTF-8"
# Try to deal with systems in other languages
mapfile -t installedGames < <(sed '/^$/d' "${configFile}" 2> /dev/null | cut -d '|' -f3)
# Create the menu of installed games
declare -a menuList