RelationManager translation for BelongsToMany relationship
Let's say I have belongsToMany relationship with pivot fields having translatable option, Is there a way to manage the translation the same as Create / Edit resource ? (I'm using filament spaties translation
Thanks
7 Replies
.
this may help?
https://filamentphp.com/plugins/filament-spatie-translatable#translating-relation-managers
Filament
Spatie Translatable by Filament - Filament
Filament support for Spatie's Laravel Translatable package.
Thanks @Lara Zeus , but this works only for table, I want to use it on EditAction modal to translate some pivot fields
This modal on EditAction
@Lara Zeus ? any help ?
I dont have a relation manager to test RN π
should the form inherit the locale from the table? did you test that
not sure who the Translatable will work with relations
Spatie, doesn't pull translations for relationships. It only translates them when the property is called on the model itself.