mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 12:15:55 +00:00
Expand config for localisation
This commit is contained in:
23
config/localization-js.php
Normal file
23
config/localization-js.php
Normal 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'),
|
||||
];
|
||||
Reference in New Issue
Block a user