gustavnavar / Grid.Blazor

Grid component with CRUD for Blazor (client-side and server-side) and ASP.NET Core MVC
GNU Lesser General Public License v2.1
696 stars 134 forks source link

Changed hard coded label, for current page, to editable #397

Closed EmilFischer closed 10 months ago

EmilFischer commented 11 months ago

The label (in GridPagerComponent.razor) was hard coded to "(current)". This has been changed, such that it can be set via the method SetLabelForCurrentPage.

gustavnavar commented 10 months ago

I missed to translate this label.

I prefer to use translations as it is used for all other labels. I've added translation to all available languages in package version 4.1.0. Please, let me know if the translation of this word is correct in your language.