Expand config for localisation

This commit is contained in:
James Cole
2018-02-06 10:56:17 +01:00
parent b72e8db7b1
commit e77a1e403f
3 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
<?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' => [
'components',
'list',
],
/*
* The default path to use for the generated javascript.
*/
'path' => public_path('messages.js'),
];