aboutsummaryrefslogtreecommitdiffstats
path: root/installer/UltraStar Deluxe.nsi
diff options
context:
space:
mode:
authorcanni0 <canni0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-04-12 02:10:26 +0000
committercanni0 <canni0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-04-12 02:10:26 +0000
commite90d29d966c36002b3460f3f171b1899e5f1e54b (patch)
tree3c7a747cea745aaa61c8fc9d76d53eea4c900c50 /installer/UltraStar Deluxe.nsi
parentedf4235745e5074a946f8552ec246b3b7c6f3bb6 (diff)
downloadusdx-e90d29d966c36002b3460f3f171b1899e5f1e54b.tar.gz
usdx-e90d29d966c36002b3460f3f171b1899e5f1e54b.tar.xz
usdx-e90d29d966c36002b3460f3f171b1899e5f1e54b.zip
- added note on 'How to translate the installer'
- added Hungarian installer language (thx to Gergely BOR) (settings screen is not yet completely translated!) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2228 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'installer/UltraStar Deluxe.nsi')
-rw-r--r--installer/UltraStar Deluxe.nsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/installer/UltraStar Deluxe.nsi b/installer/UltraStar Deluxe.nsi
index 28d1400e..5be85f33 100644
--- a/installer/UltraStar Deluxe.nsi
+++ b/installer/UltraStar Deluxe.nsi
@@ -20,6 +20,9 @@
!define path_images ".\dependencies\images"
!define path_plugins ".\dependencies\plugins"
+; MultiLanguage - Show all languages:
+!define MUI_LANGDLL_ALLLANGUAGES
+
!addPluginDir "${path_plugins}\"
!include "${path_settings}\variables.nsh"
@@ -1316,6 +1319,7 @@ SectionEnd
!insertmacro MUI_LANGUAGE "English"
!insertmacro MUI_LANGUAGE "German"
+!insertmacro MUI_LANGUAGE "Hungarian"
!insertmacro MUI_RESERVEFILE_LANGDLL
@@ -1373,6 +1377,7 @@ done:
!insertmacro INSTALLOPTIONS_EXTRACT_AS ".\settings\settings-1031.ini" "Settings-1031"
!insertmacro INSTALLOPTIONS_EXTRACT_AS ".\settings\settings-1033.ini" "Settings-1033"
+ !insertmacro INSTALLOPTIONS_EXTRACT_AS ".\settings\settings-1038.ini" "Settings-1038"
FunctionEnd