Skip to content

Commit

Permalink
fix unwanted Afrikaans installer language
Browse files Browse the repository at this point in the history
A minimalist variant of the previous PR.

Fix notepad-plus-plus#3844, fix notepad-plus-plus#7574, close notepad-plus-plus#14224
  • Loading branch information
xomx authored and donho committed Oct 20, 2023
1 parent d6e1473 commit 3e2f7d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PowerEditor/installer/nsisInclude/langs4Installer.nsh
Expand Up @@ -16,7 +16,7 @@


; Set languages (first is default language)
;!insertmacro MUI_LANGUAGE "English"
!insertmacro MUI_LANGUAGE "English"
!define MUI_LANGDLL_ALLLANGUAGES
;Languages

Expand All @@ -35,7 +35,7 @@
!insertmacro MUI_LANGUAGE "Czech"
!insertmacro MUI_LANGUAGE "Danish"
!insertmacro MUI_LANGUAGE "Dutch"
!insertmacro MUI_LANGUAGE "English"
; !insertmacro MUI_LANGUAGE "English"
!insertmacro MUI_LANGUAGE "Farsi"
!insertmacro MUI_LANGUAGE "Finnish"
!insertmacro MUI_LANGUAGE "Estonian"
Expand Down

0 comments on commit 3e2f7d8

Please sign in to comment.