Closed NickBelhomme closed 4 years ago
currently I am resolving this by doing the following:
HasMany::make(trans('resources.Adoptions'), 'adoptions', AdoptionResource::class)->singularLabel(AdoptionResource::singularLabel()),
But that is something what should be automatic as the labels are set on the AdoptionResource already.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Description:
Re-opening of issue: https://github.com/laravel/nova-issues/issues/847 as stated on the ticket itself: "There have been lots of improvements to Nova in terms of localization. If the issue persists, please post a new issue. Thanks!"
Steps To Reproduce:
See previous ticket.