mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Set the language to Danish if installer was run in Danish.
This commit is contained in:
@@ -380,6 +380,11 @@ FunctionEnd
|
||||
; Push "Language:"
|
||||
; Push "Language: pt_BR"
|
||||
; Call ReplaceLineStr
|
||||
StrCmp $LANGUAGE ${LANG_DANISH} 0 +5
|
||||
Push "$LOCALAPPDATA\BOSS\settings.yaml"
|
||||
Push "Language:"
|
||||
Push "Language: da"
|
||||
Call ReplaceLineStr
|
||||
|
||||
;Add Start Menu shortcuts. Set out path back to $INSTDIR otherwise the shortcuts start in the wrong place.
|
||||
;Set Shell Var Context to all so that shortcuts are installed for all users, not just admin.
|
||||
|
||||
Reference in New Issue
Block a user