Can tags be multilingual?
pixelzdesign opened this issue · 1 comments
pixelzdesign commented
Can tags be multilingual? Something like:
$tags = $model->tag('Apple,Banana,Cherry')->translate('en');
$tags->tag('Jabuka,Banana,Višnja')->translate('sr');
Maybe it can be used in combination with Astrotomic/laravel-translatable
cviebrock commented
I'll be honest, this isn't something that's come up in my needs, so I haven't built that feature in. I suspect, based on the number of translation packages for Laravel, this would be pretty difficult to integrate with other packages.
Search through the closed issues, however. I do recall there being people trying to do this same thing ... perhaps they can offer suggestions?