Added Italian translation file to project

Was not actually linked in the project before
This commit is contained in:
Travis Nickles 2020-01-09 21:44:34 -06:00
parent 0b6879984d
commit 9b5b531dcb

View File

@ -371,6 +371,10 @@
<SubType>Designer</SubType>
<DependentUpon>Strings.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Translations\Strings.it.resx">
<SubType>Designer</SubType>
<DependentUpon>Strings.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Translations\Strings.ja.resx">
<SubType>Designer</SubType>
<DependentUpon>Strings.resx</DependentUpon>
@ -483,7 +487,7 @@
<PostBuildEvent>rem Copy compiled l18n assemblies to alt folder
GOTO END
if not exist $(TargetDir)Lang mkdir $(TargetDir)Lang
set langs=es ja pt-BR ru
set langs=es it ja pt-BR ru
for %25%25l in (%25langs%25) do (
xcopy $(TargetDir)%25%25l $(TargetDir)Lang\%25%25l\ /s /y