You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: