I have a problem with the configuration in laravel in the language part.
I create the new folder with the translated files called ptBr
aponto no app.php 'locale' => 'ptBr'
, instead of en.
But it returns the broken messages, as an example was to appear
'welcome' = > 'Welcome!
Message.welcome is appearing, but when it changes to English it appears normal
Welcome, without being translated.