FF-1381 - started adding support for german

This commit is contained in:
John Andrews
2024-02-24 16:29:23 +13:00
parent bc530667eb
commit 03022f2984
34 changed files with 548 additions and 113 deletions

View File

@@ -33,12 +33,6 @@
<PackageReference Include="SharpCompress" Version="0.33.0" />
</ItemGroup>
<ItemGroup>
<Content Include="BasicNodes.en.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<Reference Include="Plugin">
<HintPath>..\FileFlows.Plugin.dll</HintPath>
@@ -46,4 +40,10 @@
</Reference>
</ItemGroup>
<ItemGroup>
<None Update="i18n\*.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>