Skip to content

Commit

Permalink
update windows installers for russian option
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed Oct 11, 2019
1 parent d69a20a commit 19fc204
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions BuildTools/windows/installer/32bit/GeoDa.iss
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@ begin
begin
langCode := '179'; // spanish
end;
3:
begin
langCode := '159'; // russian
end;
end;
end;
Expand All @@ -208,6 +212,7 @@ begin
ComboBox.Items.Add('English');
ComboBox.Items.Add('Chinese (Simplified)');
ComboBox.Items.Add('Spanish');
ComboBox.Items.Add('Russian');
ComboBox.ItemIndex := 0;
ComboBox.OnChange := @ComboBoxChange;
langCode := '58';
Expand Down
5 changes: 5 additions & 0 deletions BuildTools/windows/installer/64bit/GeoDa.iss
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,10 @@ begin
begin
langCode := '179'; // spanish
end;
3:
begin
langCode := '159'; // russian
end;
end;
end;
Expand All @@ -223,6 +227,7 @@ begin
ComboBox.Items.Add('English');
ComboBox.Items.Add('Chinese (Simplified)');
ComboBox.Items.Add('Spanish');
ComboBox.Items.Add('Russian');
ComboBox.ItemIndex := 0;
ComboBox.OnChange := @ComboBoxChange;
langCode := '58';
Expand Down

0 comments on commit 19fc204

Please sign in to comment.