Laravel 10 uses /lang folder instead of /resources/lang Would be nice to set the default folder in config file if this can not be done automatically. ``` 'error_message_folder' => '/lang', (for example) 'error_message_files' => ['errors'], ```