diff --git a/audiogame-manager.sh b/audiogame-manager.sh index e4dc034..0c96e6c 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -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