You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can add the translation in your NovaServiceProviderboot() function :
Nova::serving(function () {
Nova::translations([
"No related :pluralLabel yet." => "Pas encore ajouté de :pluralLabel",
"Update Related :resource" => "Mettre à jour :resource"
]);
});
Hello !
I would like to change the language of Laravel Nova nested form, to use my own translation.
Like changing "No related x yet" or things like that.
What's the best way to do it?
Regards
The text was updated successfully, but these errors were encountered: