igaster/laravel-theme

Translations

Opened this issue · 3 comments

Hi ,

you have a solution for translation by theme ?

(i mean folder resource/lang)

thanks for you work ! :)

+1 how can we do ? Is it possible ?

I think you can something like this :

{{ __(\Theme::get().'.test') }}

You have the translations in your resources/lang/theme-name.php and there you go ;)

Thanks @t-prod