spatie / laravel-tags

Add tags and taggable behaviour to your Laravel app

Home Page:https://freek.dev/609-an-opinionated-tagging-package-for-laravel-apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing option to disable translations of slugs

Velka-DEV opened this issue · comments

Hello,

I concur with the point raised in issue #240 about the necessity of an option to disable translations. In scenarios with an extensive array of tags, translating all of them into multiple languages often proves to be unfeasible. Furthermore, this might lead (unless I'm mistaken) to 404 errors for tags that aren't translated.

As a temporary measure, I've submitted PR #488. This PR serves as a workaround, enabling the passing of a locale parameter to child functions. However, it's important to note that is not restrictive to my use case but i believe that should already be in the HasTag class.

Dear contributor,

because this issue seems to be inactive for quite some time now, I've automatically closed it. If you feel this issue deserves some attention from my human colleagues feel free to reopen it.