File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,25 @@ var ICONS_GROUP
51
51
52
52
; Language files
53
53
!insertmacro MUI_LANGUAGE " English"
54
+ !insertmacro MUI_LANGUAGE " French"
55
+ !insertmacro MUI_LANGUAGE " German"
56
+ !insertmacro MUI_LANGUAGE " SimpChinese"
57
+ !insertmacro MUI_LANGUAGE " Japanese"
58
+ !insertmacro MUI_LANGUAGE " Italian"
59
+ !insertmacro MUI_LANGUAGE " Swedish"
60
+ !insertmacro MUI_LANGUAGE " Russian"
61
+ !insertmacro MUI_LANGUAGE " Portuguese"
62
+ !insertmacro MUI_LANGUAGE " PortugueseBR"
63
+ !insertmacro MUI_LANGUAGE " Polish"
64
+ !insertmacro MUI_LANGUAGE " Czech"
65
+ !insertmacro MUI_LANGUAGE " Slovak"
66
+ !insertmacro MUI_LANGUAGE " Latvian"
67
+ !insertmacro MUI_LANGUAGE " Indonesian"
68
+
69
+ ; Initialize language
70
+ Function .onInit
71
+ !insertmacro MUI_LANGDLL_DISPLAY
72
+ FunctionEnd
54
73
55
74
; Reserve files
56
75
!insertmacro MUI_RESERVEFILE_INSTALLOPTIONS
You can’t perform that action at this time.
0 commit comments