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
Adding translations | laravel-tags
laravel-tags
3 Replies
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 uiThere 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.
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