Skip to content

Commit

Permalink
Add sv-SE to project file and installer source file
Browse files Browse the repository at this point in the history
  • Loading branch information
emoacht committed Nov 16, 2024
1 parent b425a2f commit 103561f
Show file tree
Hide file tree
Showing 2 changed files with 11 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 @@ -173,6 +173,12 @@
<File Id="CoreResourcesLibrary_sq" Name="$(var.Monitorian.TargetName).Core.resources.dll" KeyPath="yes"/>
</Component>
</Directory>
<Directory Id="ResourcesFolder_svSE" Name="sv-SE"
FileSource="$(var.Monitorian.TargetDir)sv-SE">
<Component Id="CoreResourcesLibrary_svSE" Guid="{5C74A446-22F2-46EF-9D07-241142FE66B7}">
<File Id="CoreResourcesLibrary_svSE" Name="$(var.Monitorian.TargetName).Core.resources.dll" KeyPath="yes"/>
</Component>
</Directory>
<Directory Id="ResourcesFolder_trTR" Name="tr-TR"
FileSource="$(var.Monitorian.TargetDir)tr-TR">
<Component Id="CoreResourcesLibrary_trTR" Guid="{7B5931FE-7FC1-4C3C-BBEB-DADB9EDA8AE6}">
Expand Down Expand Up @@ -248,6 +254,7 @@
<ComponentRef Id="CoreResourcesLibrary_ro"/>
<ComponentRef Id="CoreResourcesLibrary_ruRU"/>
<ComponentRef Id="CoreResourcesLibrary_sq"/>
<ComponentRef Id="CoreResourcesLibrary_svSE"/>
<ComponentRef Id="CoreResourcesLibrary_trTR"/>
<ComponentRef Id="CoreResourcesLibrary_ukUA"/>
<ComponentRef Id="CoreResourcesLibrary_zhHans"/>
Expand Down
4 changes: 4 additions & 0 deletions Source/Monitorian.Core/Monitorian.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,10 @@
<DependentUpon>Resources.resx</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.sv-SE.resx">
<DependentUpon>Resources.resx</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.tr-TR.resx">
<DependentUpon>Resources.resx</DependentUpon>
<SubType>Designer</SubType>
Expand Down

0 comments on commit 103561f

Please sign in to comment.