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

@@ -32,12 +32,6 @@
<PackageReference Include="MSTest.TestFramework" Version="3.0.4" />
</ItemGroup>
<ItemGroup>
<Content Include="MetaNodes.en.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<PackageReference Include="ID3" Version="0.6.0" />
<PackageReference Include="MetaBrainz.MusicBrainz" Version="5.0.0" />
@@ -50,4 +44,11 @@
<SpecificVersion>False</SpecificVersion>
</Reference>
</ItemGroup>
<ItemGroup>
<None Update="i18n\*.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>