From cbfc9e6d00e68ea99e2c5eeaf5ae8b4cef02869f Mon Sep 17 00:00:00 2001 From: "ryochan7@protonmail.com" Date: Mon, 30 Dec 2019 15:51:43 -0600 Subject: [PATCH] Copy more compiled translations on build --- DS4Windows/DS4WinWPF.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DS4Windows/DS4WinWPF.csproj b/DS4Windows/DS4WinWPF.csproj index 49818b3..241756f 100644 --- a/DS4Windows/DS4WinWPF.csproj +++ b/DS4Windows/DS4WinWPF.csproj @@ -478,7 +478,7 @@ rem Copy compiled l18n assemblies to alt folder GOTO END if not exist $(TargetDir)Lang mkdir $(TargetDir)Lang -set langs=ja ru +set langs=es ja pt-BR ru for %25%25l in (%25langs%25) do ( xcopy $(TargetDir)%25%25l $(TargetDir)Lang\%25%25l\ /s /y