7 Replies
#spatie-translatable
Thanks, How I can make input like tabs switched between two languages ?
I see this package for only fetch translation from local
To my knowledge there isn’t a tabbed interface for individual fields. That plugin has a language switcher that can be used to change the language for the whole resource. https://filamentphp.com/docs/2.x/spatie-laravel-translatable-plugin/getting-started#making-resource-pages-translatable
Filament
Getting started - Spatie Translatable Plugin - Filament
A plugin to add support for spatie/laravel-translatable to Filament.
Did you find a solution ? I'm looking for something similar.
maybe just use a KeyValue
or a repeater
or your own custom field
or multiple fields title.en title.fr title.es
Yes now I make new custom field
Ok, Thank you ! 👍