Fix for #2209 Localization Pager component (Page @_page of @_pages)

Added fixe for issue.  Added the resource "PageOfPages" to SharedResources as trying to inject IStringLocalizer<Pager<TableItem>> and adding Pager.resx the resource failed to load.
This commit is contained in:
Leigh Pointer
2022-05-22 20:23:17 +02:00
parent 91b9a0280f
commit 88377529bc
2 changed files with 6 additions and 2 deletions

View File

@ -327,4 +327,7 @@
<data name="ShowPassword" xml:space="preserve">
<value>Show</value>
</data>
<data name="PageOfPages" xml:space="preserve">
<value>Page {0} of {1}</value>
</data>
</root>