From 2f367449caddb24f3ff5ab33b94b1f81efe90d01 Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Sun, 19 Jan 2020 20:46:33 -0600 Subject: [PATCH] Added Czech translation to project --- DS4Windows/DS4WinWPF.csproj | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/DS4Windows/DS4WinWPF.csproj b/DS4Windows/DS4WinWPF.csproj index 431540b..ba9dcbd 100644 --- a/DS4Windows/DS4WinWPF.csproj +++ b/DS4Windows/DS4WinWPF.csproj @@ -367,6 +367,10 @@ PublicResXFileCodeGenerator Strings.Designer.cs + + Designer + Strings.resx + Designer Strings.resx @@ -487,7 +491,7 @@ 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