rtconner / laravel-tagging

Tag support for Laravel Eloquent models - Taggable Trait
MIT License
882 stars 168 forks source link

Added locale & Updated Kurdish character maps #162

Closed Xoshbin closed 5 years ago

Xoshbin commented 5 years ago

Added locale for tags so if you have a project with multilingual support you can have multilingual tags too. $article->tag('Gardening', 'ku');

I'm not sure if it's useful but I did need it for myself.

rtconner commented 5 years ago

All the tests are failing. This seems incomplete to me. A breaking change as far as backwards compatibility.