Added plugins Polish translations (#764)

This commit is contained in:
Paweł Pastuszak
2016-06-13 23:24:23 +02:00
committed by bao-qian
parent 4c7acca85a
commit 9be90dd035
25 changed files with 257 additions and 1 deletions

View File

@@ -100,6 +100,13 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<Content Include="Languages\pl.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.