laravel-theme icon indicating copy to clipboard operation
laravel-theme copied to clipboard

Translations

Open d-knafo opened this issue 6 years ago • 3 comments

Hi ,

you have a solution for translation by theme ?

(i mean folder resource/lang)

thanks for you work ! :)

d-knafo avatar Dec 18 '18 09:12 d-knafo

+1 how can we do ? Is it possible ?

t-prod avatar Oct 02 '19 07:10 t-prod

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

t-prod avatar Oct 02 '19 07:10 t-prod

Thanks @t-prod

igaster avatar Oct 11 '19 18:10 igaster