Skip to content

Commit

Permalink
Add Italian and Ukrainian languages to the installer
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Nov 30, 2015
1 parent fc13c57 commit f43dbcd
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions misc/msi-installer/features.wxs
Expand Up @@ -175,6 +175,12 @@
<Feature Id="Slovak" Level="2" Title="!(loc.Feature.Title.Slovak)" AllowAdvertise="no">
<ComponentRef Id="FarSky.lng" />
</Feature>
<Feature Id="Italian" Level="2" Title="!(loc.Feature.Title.Italian)" AllowAdvertise="no">
<ComponentRef Id="FarIta.lng" />
</Feature>
<Feature Id="Ukrainian" Level="2" Title="!(loc.Feature.Title.Ukrainian)" AllowAdvertise="no">
<ComponentRef Id="FarUkr.lng" />
</Feature>
</Feature>
<Feature Id="FarShortcuts" Level="1" Title="!(loc.Feature.Title.FarShortcuts)" AllowAdvertise="no">
<Feature Id="FarProgramsShortcut" Level="1" Title="!(loc.Feature.Title.FarProgramsShortcut)" AllowAdvertise="no">
Expand Down
6 changes: 6 additions & 0 deletions misc/msi-installer/files.wxs
Expand Up @@ -72,6 +72,12 @@
<Component Id="FarSky.lng" Guid="$(var.Guid.FarSky.lng)" Win64="$(var.Win64)">
<File Id="FarSky.lng" KeyPath="yes" Source="$(var.SourceDir)\FarSky.lng" />
</Component>
<Component Id="FarIta.lng" Guid="$(var.Guid.FarIta.lng)" Win64="$(var.Win64)">
<File Id="FarIta.lng" KeyPath="yes" Source="$(var.SourceDir)\FarIta.lng" />
</Component>
<Component Id="FarUkr.lng" Guid="$(var.Guid.FarUkr.lng)" Win64="$(var.Win64)">
<File Id="FarUkr.lng" KeyPath="yes" Source="$(var.SourceDir)\FarUkr.lng" />
</Component>
<Component Id="RestoreOldPluginSettings.cmd" Guid="$(var.Guid.RestoreOldPluginSettings.cmd)" Win64="$(var.Win64)">
<File Id="RestoreOldPluginSettings.cmd" KeyPath="yes" Source="$(var.SourceDir)\RestoreOldPluginSettings.cmd" />
</Component>
Expand Down
2 changes: 2 additions & 0 deletions misc/msi-installer/guids_x64.wxi
Expand Up @@ -32,6 +32,8 @@
<?define Guid.FarPol.lng = "E470A339-C15F-4BC9-975A-08E66F20149A" ?>
<?define Guid.FarSpa.lng = "7B647139-8828-49A3-A72C-16002B875C3F" ?>
<?define Guid.FarSky.lng = "55234BE9-4EB1-490A-A0FA-A1657089123E" ?>
<?define Guid.FarIta.lng = "43FDC9FB-8CC5-473F-9BA4-D332407F545B" ?>
<?define Guid.FarUkr.lng = "80985731-F89B-49BD-A42F-84B79F03A52B" ?>
<?define Guid.RestoreOldPluginSettings.cmd = "4D0EAB15-49AE-4EA9-8AEE-D3764AF5648D" ?>
<?define Guid.SaveOldPluginSettings.cmd = "6CCDB7C8-427C-485F-9C92-9328DBEBD716" ?>
<?define Guid.Descript.ion_1 = "B3E6B774-0808-4CF2-BB3F-DFEBAF32AEBD" ?>
Expand Down
2 changes: 2 additions & 0 deletions misc/msi-installer/guids_x86.wxi
Expand Up @@ -32,6 +32,8 @@
<?define Guid.FarPol.lng = "318A19F6-0395-4216-99C5-AD295995580F" ?>
<?define Guid.FarSpa.lng = "81FE4693-D830-449A-B8F8-E6838DF2EC5C" ?>
<?define Guid.FarSky.lng = "B6EF97C0-B7DC-41EC-A007-588FCFEA279E" ?>
<?define Guid.FarIta.lng = "DB032F9C-8EE6-4D88-95D8-42606AEEAB6A" ?>
<?define Guid.FarUkr.lng = "F8855D76-45A3-4C62-AC64-BFD5FF5E46E4" ?>
<?define Guid.RestoreOldPluginSettings.cmd = "78865DFA-894A-45C4-805B-B18FF3256D2D" ?>
<?define Guid.SaveOldPluginSettings.cmd = "13657D33-EF93-4E21-878E-62EFBC298C4D" ?>
<?define Guid.Descript.ion_1 = "53082A05-AA6E-4931-9B28-5D0D6DD37BCC" ?>
Expand Down

0 comments on commit f43dbcd

Please sign in to comment.