1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-20 10:13:42 +00:00

EC-487 Added helper to localize enum values and also a converter to use in xaml (#2048)

This commit is contained in:
Federico Maccaroni
2022-08-23 12:34:29 -03:00
committed by GitHub
parent 9163b9e4de
commit d204e812e1
4 changed files with 72 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
<None Remove="Resources\public_suffix_list.dat" />
<None Remove="Microsoft.AppCenter.Crashes" />
<None Remove="Services\Logging\" />
<None Remove="Attributes\" />
</ItemGroup>
<ItemGroup>
@@ -35,5 +36,6 @@
<ItemGroup>
<Folder Include="Services\Logging\" />
<Folder Include="Attributes\" />
</ItemGroup>
</Project>