Skip to content

Commit 22c480c

Browse files
committed
copy language files to output of main project
fixes translation of UI fields that are not plugin-specific
1 parent 0d9c956 commit 22c480c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Flow.Launcher/Flow.Launcher.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@
5454
<Compile Include="..\SolutionAssemblyInfo.cs" Link="Properties\SolutionAssemblyInfo.cs" />
5555
</ItemGroup>
5656

57+
<ItemGroup>
58+
<Content Include="Languages\*.xaml">
59+
<Generator>MSBuild:Compile</Generator>
60+
<SubType>Designer</SubType>
61+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
62+
</Content>
63+
</ItemGroup>
64+
5765
<ItemGroup>
5866
<PackageReference Include="InputSimulator" Version="1.0.4" />
5967
<PackageReference Include="JetBrains.Annotations" Version="2019.1.3" />

0 commit comments

Comments
 (0)