Skip to content

Commit 3079602

Browse files
committed
Add sv-SE to project file and installer source file
1 parent b425a2f commit 3079602

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

Source/Installer/Product.wxs

+7
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,12 @@
173173
<File Id="CoreResourcesLibrary_sq" Name="$(var.Monitorian.TargetName).Core.resources.dll" KeyPath="yes"/>
174174
</Component>
175175
</Directory>
176+
<Directory Id="ResourcesFolder_svSE" Name="svSE"
177+
FileSource="$(var.Monitorian.TargetDir)svSE">
178+
<Component Id="CoreResourcesLibrary_svSE" Guid="{5C74A446-22F2-46EF-9D07-241142FE66B7}">
179+
<File Id="CoreResourcesLibrary_svSE" Name="$(var.Monitorian.TargetName).Core.resources.dll" KeyPath="yes"/>
180+
</Component>
181+
</Directory>
176182
<Directory Id="ResourcesFolder_trTR" Name="tr-TR"
177183
FileSource="$(var.Monitorian.TargetDir)tr-TR">
178184
<Component Id="CoreResourcesLibrary_trTR" Guid="{7B5931FE-7FC1-4C3C-BBEB-DADB9EDA8AE6}">
@@ -248,6 +254,7 @@
248254
<ComponentRef Id="CoreResourcesLibrary_ro"/>
249255
<ComponentRef Id="CoreResourcesLibrary_ruRU"/>
250256
<ComponentRef Id="CoreResourcesLibrary_sq"/>
257+
<ComponentRef Id="CoreResourcesLibrary_svSE"/>
251258
<ComponentRef Id="CoreResourcesLibrary_trTR"/>
252259
<ComponentRef Id="CoreResourcesLibrary_ukUA"/>
253260
<ComponentRef Id="CoreResourcesLibrary_zhHans"/>

Source/Monitorian.Core/Monitorian.Core.csproj

+4
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,10 @@
237237
<DependentUpon>Resources.resx</DependentUpon>
238238
<SubType>Designer</SubType>
239239
</EmbeddedResource>
240+
<EmbeddedResource Include="Properties\Resources.sv-SE.resx">
241+
<DependentUpon>Resources.resx</DependentUpon>
242+
<SubType>Designer</SubType>
243+
</EmbeddedResource>
240244
<EmbeddedResource Include="Properties\Resources.tr-TR.resx">
241245
<DependentUpon>Resources.resx</DependentUpon>
242246
<SubType>Designer</SubType>

0 commit comments

Comments
 (0)