Skip to content

Commit

Permalink
Add ko-KR to installer source file
Browse files Browse the repository at this point in the history
  • Loading branch information
emoacht committed Apr 11, 2021
1 parent 32bf535 commit 226d62a
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 @@ -88,6 +88,12 @@
<File Id="CoreResourcesLibrary_jaJP" Name="$(var.Monitorian.TargetName).Core.resources.dll" KeyPath="yes"/>
</Component>
</Directory>
<Directory Id="ResourcesFolder_koKR" Name="ko-KR"
FileSource="$(var.Monitorian.TargetDir)ko-KR">
<Component Id="CoreResourcesLibrary_koKR" Guid="{F2C43EB4-5522-4A42-A63F-0C229DB356A5}">
<File Id="CoreResourcesLibrary_koKR" Name="$(var.Monitorian.TargetName).Core.resources.dll" KeyPath="yes"/>
</Component>
</Directory>
<Directory Id="ResourcesFolder_plPL" Name="pl-PL"
FileSource="$(var.Monitorian.TargetDir)pl-PL">
<Component Id="CoreResourcesLibrary_plPL" Guid="{BFD709FC-0C56-4520-BCBD-657E15CDD02A}">
Expand Down Expand Up @@ -145,6 +151,7 @@
<ComponentRef Id="BridgeLibrary"/>
<ComponentRef Id="VisualManifest"/>
<ComponentRef Id="CoreResourcesLibrary_jaJP"/>
<ComponentRef Id="CoreResourcesLibrary_koKR"/>
<ComponentRef Id="CoreResourcesLibrary_plPL"/>
<ComponentRef Id="CoreResourcesLibrary_ruRU"/>
<ComponentRef Id="CoreResourcesLibrary_zhHans"/>
Expand Down

0 comments on commit 226d62a

Please sign in to comment.