Mercurial > vim
diff nsis/lang/english.nsi @ 34670:879a61a9aa07
NSIS: Possibility to include translated license and README.txt files (#14311)
Commit: https://github.com/vim/vim/commit/74a23318467aecbb8e21535c6e8a27a257a0a14a
Author: Restorer <69863286+RestorerZ@users.noreply.github.com>
Date: Thu Mar 28 09:19:44 2024 +0000
NSIS: Possibility to include translated license and README.txt files (https://github.com/vim/vim/issues/14311)
* NSIS: Possibility to include translated license and README.txt files
* fixed a missing semicolon
* Disable always show dialog choice language
Signed-off-by: RestorerZ <restorer@mail2k.ru>
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Thu, 28 Mar 2024 10:30:03 +0100 |
parents | 645722244c3f |
children |
line wrap: on
line diff
--- a/nsis/lang/english.nsi +++ b/nsis/lang/english.nsi @@ -3,6 +3,7 @@ # english.nsi: English language strings for gvim NSIS installer. # # Locale ID : 1033 +# Locale Name : en # fileencoding : UTF-8 # Author : Guopeng Wen, Ken Takata @@ -17,6 +18,18 @@ LangString ^UninstallCaption ${LANG_ENGL "$(^Name) Uninstall" ############################################################################## +# License file for the license page {{{1 +############################################################################## + +LicenseLangString page_lic_file ${LANG_ENGLISH} "${VIMRT}\doc\uganda.nsis.txt" + +############################################################################## +# README.txt file, which is opened after installation {{{1 +############################################################################## + +LangString vim_readme_file ${LANG_ENGLISH} "README.txt" + +############################################################################## # MUI Configuration Strings {{{1 ##############################################################################