mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-25 10:46:51 +01:00
Added Italian translation file to project
Was not actually linked in the project before
This commit is contained in:
parent
0b6879984d
commit
9b5b531dcb
@ -371,6 +371,10 @@
|
|||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
<DependentUpon>Strings.resx</DependentUpon>
|
<DependentUpon>Strings.resx</DependentUpon>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Translations\Strings.it.resx">
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
<DependentUpon>Strings.resx</DependentUpon>
|
||||||
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="Translations\Strings.ja.resx">
|
<EmbeddedResource Include="Translations\Strings.ja.resx">
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
<DependentUpon>Strings.resx</DependentUpon>
|
<DependentUpon>Strings.resx</DependentUpon>
|
||||||
@ -483,7 +487,7 @@
|
|||||||
<PostBuildEvent>rem Copy compiled l18n assemblies to alt folder
|
<PostBuildEvent>rem Copy compiled l18n assemblies to alt folder
|
||||||
GOTO END
|
GOTO END
|
||||||
if not exist $(TargetDir)Lang mkdir $(TargetDir)Lang
|
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 (
|
for %25%25l in (%25langs%25) do (
|
||||||
xcopy $(TargetDir)%25%25l $(TargetDir)Lang\%25%25l\ /s /y
|
xcopy $(TargetDir)%25%25l $(TargetDir)Lang\%25%25l\ /s /y
|
||||||
|
Loading…
Reference in New Issue
Block a user