Repeater relationship translation not working
When you use repeater relationship translations the relationships does not save per locale, and when switching locale it crashes sometimes.
See: https://share.cleanshot.com/b7gdrBZk
2 Replies
@Dan Harrin this seems to be a filament wide problem, with searching, the sql query is wrong, anything we can do about this?
@RobinDev Had same issue, you find a solution to this repeater problem not being translated?
I tried also ->formatStateUsing(fn ($record): string => $record->translate('name', $form->getLivewire()->activeLocale)),
but the activelocale does not get refreshed on locale switch, have no idea why