diff --git a/DS4Windows/DS4WinWPF.csproj b/DS4Windows/DS4WinWPF.csproj
index e4fe6ac..431540b 100644
--- a/DS4Windows/DS4WinWPF.csproj
+++ b/DS4Windows/DS4WinWPF.csproj
@@ -371,6 +371,10 @@
Designer
Strings.resx
+
+ Designer
+ Strings.resx
+
Designer
Strings.resx
@@ -483,7 +487,7 @@
rem Copy compiled l18n assemblies to alt folder
GOTO END
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 (
xcopy $(TargetDir)%25%25l $(TargetDir)Lang\%25%25l\ /s /y