Skip to content

Commit 3d9abea

Browse files
authored
Add comment explaining why languages are commented out
[ci skip]
1 parent db3411d commit 3d9abea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

distribution/windows/install.nsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ ManifestDPIAware true
103103
!insertmacro MUI_UNPAGE_INSTFILES
104104

105105
; Set languages (first is default language). Other languages are sorted by ISO code.
106+
; Only specify languages for which we actually have translations, because otherwise strings will show up blank.
106107
!insertmacro MUI_LANGUAGE "English"
107108
;!insertmacro MUI_LANGUAGE "Arabic"
108109
;!insertmacro MUI_LANGUAGE "Catalan"

0 commit comments

Comments
 (0)