GuyVerville
How to translate Resource model name?
While I am able to translate the model name in my language, Filament capitalizes every word of the model (English convention, in French, we don't). So I have to bypass the getTitleCaseModelLabel and getTitleCasePluralModelLabel() using for example a Trait.
Is there a way to tell Filament just not to capitalize?
(Copilot suggests to create a BaseResource that extends Resource and place the modified functions). Then, every resource would extend the BaseResource instead of Resource.
13 replies