F
Filament14mo ago
wdarins

SpatieTagsInput Translatable

As per Spatie Tags Docs it does support translations. Do someone did this before or has an Idea how to implement different tags for each language? https://spatie.be/docs/laravel-tags/v4/advanced-usage/adding-translations
3 Replies
wdarins
wdarinsOP14mo ago
I have tried with ->type(fn($livewire): string => $livewire->activeLocale) ->reactive() but the problem is that it after save it sync and rewrite every time for a new language I don't even imagine how to do this in the ui
Tieme
Tieme14mo ago
There are several plugins that can manage translations : see https://filamentphp.com/plugins?search=translat
Filament
Plugins - Filament
Community made packages for Filament projects, which give you access to awesome new features.
wdarins
wdarinsOP14mo ago
Thanks, I know, I'm using the translatable plugin on simple fields https://filamentphp.com/plugins/filament-spatie-translatable. The problem is how to translate the tags, cause the visualy don't have a input, you can only remove or add new

Did you find this page helpful?