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:
parent
f10afe820a
commit
fbb389019d
@ -607,6 +607,8 @@ install_wine_bottle() {
|
|||||||
|
|
||||||
# Install games
|
# Install games
|
||||||
game_installer() {
|
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)
|
mapfile -t installedGames < <(sed '/^$/d' "${configFile}" 2> /dev/null | cut -d '|' -f3)
|
||||||
# Create the menu of installed games
|
# Create the menu of installed games
|
||||||
declare -a menuList
|
declare -a menuList
|
||||||
|
Loading…
Reference in New Issue
Block a user