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

Commit

Permalink
Added Czech translation to project
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryochan7 committed Jan 20, 2020
1 parent 2bc2e60 commit 2f36744
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion DS4Windows/DS4WinWPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,10 @@
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>Strings.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="Translations\Strings.cs.resx">
<SubType>Designer</SubType>
<DependentUpon>Strings.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Translations\Strings.es.resx">
<SubType>Designer</SubType>
<DependentUpon>Strings.resx</DependentUpon>
Expand Down Expand Up @@ -487,7 +491,7 @@
<PostBuildEvent>rem Copy compiled l18n assemblies to alt folder
GOTO END
if not exist $(TargetDir)Lang mkdir $(TargetDir)Lang
set langs=es it ja pt-BR ru
set langs=cs es it ja pt-BR ru

for %25%25l in (%25langs%25) do (
xcopy $(TargetDir)%25%25l $(TargetDir)Lang\%25%25l\ /s /y
Expand Down

0 comments on commit 2f36744

Please sign in to comment.