Skip to content

Commit

Permalink
lang
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Dec 25, 2024
1 parent 71497f6 commit 7c4ea75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/EmuScripts/emuDeckShadPS4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ ShadPS4_setLanguage(){
setMSG "Setting ShadPS4 Language"
local language=$(locale | grep LANG | cut -d= -f2 | cut -d_ -f1)
#TODO: call this somewhere, and input the $language from somewhere (args?)
changeLine "emulatorLanguage = " "emulatorLanguage = ${language}" $ShadPS4_configFile
changeLine "emulatorLanguage = " "emulatorLanguage = \"${language}\"" $ShadPS4_configFile
echo "ShadPS4 language '${emulatorLanguage}' configuration completed."
}

Expand Down

0 comments on commit 7c4ea75

Please sign in to comment.