Skip to content

Commit

Permalink
Update config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
wimurk authored Aug 26, 2022
1 parent 6004c62 commit 2c3f435
Showing 1 changed file with 26 additions and 20 deletions.
46 changes: 26 additions & 20 deletions src/config/config.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

return [
/*
|--------------------------------------------------------------------------
Expand All @@ -20,38 +19,46 @@
"search" => [

/*
|--------------------------------------------------------------------------
| The folders the package uses to scan for translation keys
|--------------------------------------------------------------------------
|
*/
|--------------------------------------------------------------------------
| The folders the package uses to scan for translation keys
|--------------------------------------------------------------------------
|
*/
"folders" => [
base_path("app"),
resource_path("views"),
],

/*
|--------------------------------------------------------------------------
| The folders the package excludes from scanning
|--------------------------------------------------------------------------
|
*/
|--------------------------------------------------------------------------
| Enter specific files
|--------------------------------------------------------------------------
|
*/
"files" => [
],

/*
|--------------------------------------------------------------------------
| The folders the package excludes from scanning
|--------------------------------------------------------------------------
|
*/
"exclude" => [
"storage",
],

/*
|--------------------------------------------------------------------------
| The files the package uses to scan for translation keys
|--------------------------------------------------------------------------
|
*/
|--------------------------------------------------------------------------
| The files the package uses to scan for translation keys
|--------------------------------------------------------------------------
|
*/
"file_extension" => [
'*.php',
'*.js',
]
]
],


/*
|--------------------------------------------------------------------------
Expand All @@ -65,6 +72,5 @@
'@lang',
'__',
'trans_choice',
]

],
];

0 comments on commit 2c3f435

Please sign in to comment.