-
I'm installing it in a project that already has groups defined in the menu, would it be possible to change the resource to include it in another navigation group? |
Beta Was this translation helpful? Give feedback.
Answered by
envolute
Jul 14, 2024
Replies: 1 comment
-
I managed to change the translation file Then, changing the 'nav.group' parameter in the file corresponding to your language. In my case, pt_BR lang\vendor\filament-logger[ pt_BR ]\filament-logger.php |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
envolute
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I managed to change the translation file
php artisan vendor:publish --tag="filament-logger-translations"
Then, changing the 'nav.group' parameter in the file corresponding to your language. In my case, pt_BR
lang\vendor\filament-logger[ pt_BR ]\filament-logger.php
nav.group => 'my custom group'