remove persian language until further verification

This commit is contained in:
Kyle Spearrin 2018-03-29 11:46:09 -04:00
parent d2db68b781
commit be11933c60
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)' == 'FDroid|net471|AnyCPU'">
<DefineConstants>TRACE;FDROID;NET471</DefineConstants>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Remove="Resources\AppResources.fa.resx" />
</ItemGroup>
<ItemGroup>
<None Remove="Resources\public_suffix_list.dat" />