Auto Discovering laravel plugins json translations
When develponing laravel plugin and register json localization with (loadJsonTranslationsFrom) its work inside laravel application, but i think filament not descovering this localization automaticlly, am asking for help letting other plugins json localizations work in filament
3 Replies
are you using
Spatie\LaravelPackageTools
in your package?
make sure to check:
https://github.com/filamentphp/plugin-skeleton/blob/main/src/SkeletonServiceProvider.php@Lara Zeus No, iam only use laravel ServiceProvider and in boot method attach localization file with loadJsonTranslationsFrom
Filament uses Laravels localization system so it should work the same way