dru's avatar
Level 3

What does this do: {{ __('Something') }}

I'm looking at one of the templates, I have no idea what is the name of this to look for it, {{ __('Something') }} but I see that I have laravel in spanish and have translated some words, where is that list?

what other things are there that are similar to {{ __('Something') }}

0 likes
3 replies
Sinnbeck's avatar

__() means translation. Try looking in resources/lang for a file containing the key 'Something'

1 like
dru's avatar
Level 3

Thanks, I didn't know how to search for it since english isn't my first language.

Please or to participate in this conversation.