spatie tags translate and get by locale
I have a resource that saves inputs by the locale correctly, I have a '''SpatieTagsInput::make('tags')
->type('recipe'),''', what do I need to config for it to store, switch by locale?
2 Replies
Do you have some solution to this ?
The only way I see it happen is to create separate tag resources where you add/edit/delete tags and then from the resource using tags it should be with checkboxes and relation to tags
Yes, I think that could be the way. I will probably just use translation automation anyways.