F
Filament9mo ago
SLy

Spatie Translatable relation manager locale

use Translatable; #[Reactive] public ?string $activeLocale = null; Does not seem to inherit the locale of the Translatable resource page that the relation manager is being displayed on as state here https://filamentphp.com/plugins/filament-spatie-translatable#inheriting-the-relation-managers-active-locale-from-the-resource-page
Filament
Spatie Translatable by Filament - Filament
Filament support for Spatie's Laravel Translatable package.
2 Replies
asadbek
asadbek6mo ago
How can I make EditAction and CreateAction of relation manager translatable? . @SLy
SLy
SLy6mo ago
Use use CreateRecord\Concerns\Translatable and EditRecord\Concerns\Translatable traits.