feat: localization

This commit is contained in:
goat 2020-04-12 16:13:13 +02:00
parent 879ef34d75
commit 4a685e42da
10 changed files with 1123 additions and 58 deletions

View file

@ -42,6 +42,7 @@
<None Remove="Resources\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="CheapLoc" Version="1.1.1" />
<PackageReference Include="Lumina" Version="1.1.1" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
<PackageReference Include="PropertyChanged.Fody" Version="2.6.1" />
@ -78,6 +79,21 @@
<None Update="NotoSansCJKjp-Medium.otf">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="UIRes\loc\dalamud\dalamud_de.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="UIRes\loc\dalamud\dalamud_es.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="UIRes\loc\dalamud\dalamud_fr.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="UIRes\loc\dalamud\dalamud_it.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="UIRes\loc\dalamud\dalamud_ja.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="UIRes\logo.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>