Skip to content

Commit

Permalink
Support both upn or email address in AuthorizedCreatorUpns param (#757)
Browse files Browse the repository at this point in the history
* Email alternate

* Email alternate

* change summery

* Add pl-PL translation

* Add pl-PL translations

* Add pl-PL translation

* Add pl-PL translation
  • Loading branch information
mgajda83 authored Jun 17, 2022
1 parent f2fd855 commit df74742
Show file tree
Hide file tree
Showing 6 changed files with 23,841 additions and 51 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
</ItemGroup>

<ItemGroup>
<Compile Update="Resources\Strings.pl-PL.Designer.cs">
<DependentUpon>Strings.pl-PL.resx</DependentUpon>
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
</Compile>
<Compile Update="Resources\Strings.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
Expand All @@ -46,6 +51,11 @@
</ItemGroup>

<ItemGroup>
<EmbeddedResource Update="Resources\Strings.pl-PL.resx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<LastGenOutput>Strings.pl-PL.Designer.cs</LastGenOutput>
<Generator>PublicResXFileCodeGenerator</Generator>
</EmbeddedResource>
<EmbeddedResource Update="Resources\Strings.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>Strings.Designer.cs</LastGenOutput>
Expand Down
Loading

0 comments on commit df74742

Please sign in to comment.