summaryrefslogtreecommitdiffstats
path: root/windows_installer/template.nsh
blob: a2e54da139dbdacf9e47646ebfc966e33e87c8f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
;NSIS Modern User Interface - Language File
;Compatible with Modern UI 1.68

;Language: %(name)s (%(id)s)

;--------------------------------

!insertmacro MUI_LANGUAGEFILE_BEGIN "%(name)s"

    !define MUI_LANGNAME "%(name)s" ;Use only ASCII characters (if this is not possible, use the English name)

!insertmacro MUI_LANGUAGEFILE_END