pmochine / Laravel-Tongue

🎉 Finally a subdomain localization that works how you want it to work. 🌐
MIT License
40 stars 7 forks source link

translate function doesn't translate the given route dialect()->translate('home', [], 'en') #53

Open AMoktar opened 1 year ago

AMoktar commented 1 year ago

Describe the bug translate function doesn't translate the given route

{{ dialect()->translate('home', [ ], 'en') }}

it just returns whatever the current url translated

Thanks 👍