Skip to content

Commit

Permalink
remove persian language until further verification
Browse files Browse the repository at this point in the history
  • Loading branch information
kspearrin committed Mar 29, 2018
1 parent d2db68b commit be11933
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/App/App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit be11933

Please sign in to comment.