igaster / laravel-theme

Theme support for Laravel
MIT License
516 stars 110 forks source link

Translations #101

Open d-knafo opened 5 years ago

d-knafo commented 5 years ago

Hi ,

you have a solution for translation by theme ?

(i mean folder resource/lang)

thanks for you work ! :)

t-prod commented 4 years ago

+1 how can we do ? Is it possible ?

t-prod commented 4 years ago

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 ;)

igaster commented 4 years ago

Thanks @t-prod