awcodes / filament-curator

A media picker plugin for Filament Panels.
MIT License
298 stars 79 forks source link

add navigation label config and update Translation #464

Closed atmonshi closed 3 months ago

atmonshi commented 3 months ago

so currently the navigation label and the label read the same phrase, and both in plural format. but in some language the label should be in singular format and the navigation label in plural.

so I added a new config to set the navigation label, and use it in getNavigationLabel of the resource, but still default to the Plural label or the model label if not set.