Skip to content

Commit

Permalink
copy language files to output of main project
Browse files Browse the repository at this point in the history
fixes translation of UI fields that are not plugin-specific
  • Loading branch information
JohnTheGr8 committed May 14, 2020
1 parent 0d9c956 commit 22c480c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Flow.Launcher/Flow.Launcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@
<Compile Include="..\SolutionAssemblyInfo.cs" Link="Properties\SolutionAssemblyInfo.cs" />
</ItemGroup>

<ItemGroup>
<Content Include="Languages\*.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>

<ItemGroup>
<PackageReference Include="InputSimulator" Version="1.0.4" />
<PackageReference Include="JetBrains.Annotations" Version="2019.1.3" />
Expand Down

0 comments on commit 22c480c

Please sign in to comment.