How to configure translation fields in wave?
Hello, I made a change in /resources/lang/es/voyager.php But this change is not showing on the dashboard, 'dashboard' => 'Table',
and it keeps showing me "TABLERO", which is the default translation, I already tried cleaning the cache in laravel and it doesn't make the change, is there anything else I can do? Tks!
Hello,
What I usually do is to publish the Voyager lang folder:
- First create the directory:
mkdir -p resources/lang/vendor/voyager/
- Then copy the translations:
cp -r vendor/tcg/voyager/publishable/lang/* resources/lang/vendor/voyager/
Then in that directory you can make your changes.
Hope that this helps!
Best,
Bobby
















cp -r vendor/tcg/voyager/publishable/lang/*
Thanks for the answer, just switch on that route, thanks friend :)
Hi there,
No problem at all! Happy to hear that you've got it all sorted out!