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
BKF Dev
BKF DevOP2y ago
.
BKF Dev
BKF DevOP2y ago
Thanks @Lara Zeus , but this works only for table, I want to use it on EditAction modal to translate some pivot fields
BKF Dev
BKF DevOP2y ago
This modal on EditAction
No description
BKF Dev
BKF DevOP2y ago
@Lara Zeus ? any help ?
Lara Zeus
Lara Zeus2y ago
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
awcodes
awcodes2y ago
Spatie, doesn't pull translations for relationships. It only translates them when the property is called on the model itself.

Did you find this page helpful?