Skip to content
This repository was archived by the owner on Jan 1, 2024. It is now read-only.

Commit 88677f2

Browse files
committed
Added tr translation to post-build step
1 parent 32c5aa7 commit 88677f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DS4Windows/DS4WinWPF.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,6 @@
368368
</ItemGroup>
369369

370370
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
371-
<Exec Command="rem Copy compiled l18n assemblies to alt folder&#xD;&#xA;GOTO END&#xD;&#xA;if not exist $(TargetDir)Lang mkdir $(TargetDir)Lang&#xD;&#xA;set langs=ar cs de el es fi fr he hu-HU idn it ja nl pl pt pt-BR ru se uk-UA vi zh-Hans zh-Hant&#xD;&#xA;&#xD;&#xA;for %25%25l in (%25langs%25) do (&#xD;&#xA; xcopy $(TargetDir)%25%25l $(TargetDir)Lang\%25%25l\ /s /y&#xD;&#xA;)&#xD;&#xA;&#xD;&#xA;echo $(Version)&gt; $(ProjectDir)\newest.txt&#xD;&#xA;&#xD;&#xA;:END&#xD;&#xA;" />
371+
<Exec Command="rem Copy compiled l18n assemblies to alt folder&#xD;&#xA;GOTO END&#xD;&#xA;if not exist $(TargetDir)Lang mkdir $(TargetDir)Lang&#xD;&#xA;set langs=ar cs de el es fi fr he hu-HU idn it ja nl pl pt pt-BR ru se tr uk-UA vi zh-Hans zh-Hant&#xD;&#xA;&#xD;&#xA;for %25%25l in (%25langs%25) do (&#xD;&#xA; xcopy $(TargetDir)%25%25l $(TargetDir)Lang\%25%25l\ /s /y&#xD;&#xA;)&#xD;&#xA;&#xD;&#xA;echo $(Version)&gt; $(ProjectDir)\newest.txt&#xD;&#xA;&#xD;&#xA;:END&#xD;&#xA;" />
372372
</Target>
373373
</Project>

0 commit comments

Comments
 (0)