1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 16:43:33 +02:00

Added .pot file to windows project Updated README for 2.1.1

This commit is contained in:
James Crook
2015-06-24 18:08:30 +01:00
parent dea351aa48
commit 1a2944765d
3 changed files with 124 additions and 59 deletions

View File

@@ -179,6 +179,9 @@ goto :EOF
<msgfmt Include="..\..\..\locale\zh.po" />
<msgfmt Include="..\..\..\locale\zh_TW.po" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\locale\audacity.pot" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="po.targets" />

View File

@@ -169,4 +169,9 @@
<Filter>Source Files</Filter>
</msgfmt>
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\locale\audacity.pot">
<Filter>Source Files</Filter>
</None>
</ItemGroup>
</Project>