fix unwanted Afrikaans installer language
A minimalist variant of the previous PR. Fix #3844, fix #7574, close #14224
This commit is contained in:
parent
d972240db6
commit
64e95cc61c
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
|
|
||||||
; Set languages (first is default language)
|
; Set languages (first is default language)
|
||||||
;!insertmacro MUI_LANGUAGE "English"
|
!insertmacro MUI_LANGUAGE "English"
|
||||||
!define MUI_LANGDLL_ALLLANGUAGES
|
!define MUI_LANGDLL_ALLLANGUAGES
|
||||||
;Languages
|
;Languages
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
!insertmacro MUI_LANGUAGE "Czech"
|
!insertmacro MUI_LANGUAGE "Czech"
|
||||||
!insertmacro MUI_LANGUAGE "Danish"
|
!insertmacro MUI_LANGUAGE "Danish"
|
||||||
!insertmacro MUI_LANGUAGE "Dutch"
|
!insertmacro MUI_LANGUAGE "Dutch"
|
||||||
!insertmacro MUI_LANGUAGE "English"
|
; !insertmacro MUI_LANGUAGE "English"
|
||||||
!insertmacro MUI_LANGUAGE "Farsi"
|
!insertmacro MUI_LANGUAGE "Farsi"
|
||||||
!insertmacro MUI_LANGUAGE "Finnish"
|
!insertmacro MUI_LANGUAGE "Finnish"
|
||||||
!insertmacro MUI_LANGUAGE "Estonian"
|
!insertmacro MUI_LANGUAGE "Estonian"
|
||||||
|
|
Loading…
Reference in New Issue