Skip to content

Commit

Permalink
Merge pull request #178 from emoacht/develop
Browse files Browse the repository at this point in the history
Add fr-FR to installer source file
  • Loading branch information
emoacht authored May 19, 2021
2 parents 5c64b4e + 8ee8376 commit 9a5efdd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Source/Installer/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@
</Component>

<!-- Language resources -->
<Directory Id="ResourcesFolder_frFR" Name="fr-FR"
FileSource="$(var.Monitorian.TargetDir)fr-FR">
<Component Id="CoreResourcesLibrary_frFR" Guid="{B7502D66-6FE8-4E0F-A8D0-42AFFBE82895}">
<File Id="CoreResourcesLibrary_frFR" Name="$(var.Monitorian.TargetName).Core.resources.dll" KeyPath="yes"/>
</Component>
</Directory>
<Directory Id="ResourcesFolder_jaJP" Name="ja-JP"
FileSource="$(var.Monitorian.TargetDir)ja-JP">
<Component Id="CoreResourcesLibrary_jaJP" Guid="{AFE32597-13D8-40D0-887E-9C2B5AB0F9B6}">
Expand Down Expand Up @@ -150,6 +156,7 @@
<ComponentRef Id="AgencyLibrary"/>
<ComponentRef Id="BridgeLibrary"/>
<ComponentRef Id="VisualManifest"/>
<ComponentRef Id="CoreResourcesLibrary_frFR"/>
<ComponentRef Id="CoreResourcesLibrary_jaJP"/>
<ComponentRef Id="CoreResourcesLibrary_koKR"/>
<ComponentRef Id="CoreResourcesLibrary_plPL"/>
Expand Down

0 comments on commit 9a5efdd

Please sign in to comment.