Add german language.
This commit is contained in:
parent
8adf6731e7
commit
26a85ac109
|
@ -11,6 +11,8 @@ Unicode True
|
|||
!include "MUI2.nsh"
|
||||
!insertmacro "MUI_PAGE_LICENSE" "input/LICENSE_SHORT"
|
||||
!insertmacro MUI_PAGE_INSTFILES
|
||||
!include "english.nsh"
|
||||
!include "german.nsh"
|
||||
|
||||
Name ${MUI_PRODUCT}
|
||||
BrandingText "Communicating happiness"
|
||||
|
@ -20,7 +22,7 @@ OutFile "dino-installer.exe"
|
|||
|
||||
# set install directory
|
||||
InstallDir $PROGRAMFILES64\dino
|
||||
|
||||
|
||||
# default section start
|
||||
Section
|
||||
|
||||
|
|
3
windows-installer/english.nsh
Normal file
3
windows-installer/english.nsh
Normal file
|
@ -0,0 +1,3 @@
|
|||
!define MUI_TEXT_LICENSE_TITLE "Dino License"
|
||||
!define MUI_TEXT_LICENSE_SUBTITLE "Please read the license short summary carefully"
|
||||
!insertmacro MUI_LANGUAGE "English"
|
3
windows-installer/german.nsh
Normal file
3
windows-installer/german.nsh
Normal file
|
@ -0,0 +1,3 @@
|
|||
!define MUI_TEXT_LICENSE_TITLE "Dino Lizenz"
|
||||
!define MUI_TEXT_LICENSE_SUBTITLE "Bitte lese die Kurzzusammenfassung der Lizenz gründlich"
|
||||
!insertmacro MUI_LANGUAGE "German"
|
Loading…
Reference in a new issue