File: /var/www/vhost/disk-apps/demo.sports-crowd.com/config/localization-js.php
<?php
return [
/*
* Set the names of files you want to add to generated javascript.
* Otherwise all the files will be included.
*
* 'messages' => [
* 'validation',
* 'forum/thread',
* ],
*/
'messages' => [
'auth',
'complimentary_tickets',
'document_analytics',
'document_types',
'email-buy-ticket',
'email-new-client',
'email-validation',
'experiences',
'memberships',
'messages',
'messagesClient',
'pagination',
'passwords',
'ticket_subscribers',
'transfer_tickets',
'validation',
'ticket-notification',
],
/*
* The default path to use for the generated javascript.
*/
'path' => public_path('messages.js'),
];