From f2945f14bff3faa8e023546d649f9b816385d4c0 Mon Sep 17 00:00:00 2001 From: nowrep Date: Sat, 25 May 2013 10:31:54 +0200 Subject: [PATCH] [Windows] Added Spanish translation into installer. --- windows/installer.nsi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/windows/installer.nsi b/windows/installer.nsi index 415093dec..a768e5437 100644 --- a/windows/installer.nsi +++ b/windows/installer.nsi @@ -74,6 +74,7 @@ SetCompressor /SOLID /FINAL lzma !insertmacro MUI_LANGUAGE "SerbianLatin" !insertmacro MUI_LANGUAGE "Farsi" !insertmacro MUI_LANGUAGE "Hebrew" +!insertmacro MUI_LANGUAGE "Spanish" !insertmacro MUI_RESERVEFILE_LANGDLL @@ -544,6 +545,8 @@ Function .onInit Push Persian Push ${LANG_HEBREW} Push Hebrew + Push ${LANG_SPANISH} + Push Spanish Push A ; A means auto count languages ; for the auto count to work the first empty push (Push "") must remain LangDLL::LangDialog "Installer Language" "Please select the language of the installer"