translations added

This commit is contained in:
Benjamin Takats
2022-12-17 20:29:06 +01:00
parent 1d7927607f
commit 973a7528d7

View File

@@ -11,7 +11,7 @@ return [
| Supported: "file", "database"
|
*/
'driver' => 'database',
'driver' => 'database',
/*
|--------------------------------------------------------------------------
@@ -22,8 +22,8 @@ return [
| configuration here to configure the routes with your preferred group options.
|
*/
'route_group_config' => [
'middleware' => 'auth',
'route_group_config' => [
'middleware' => 'can:translate',
],
/*
@@ -46,7 +46,7 @@ return [
| looking for missing translations.
|
*/
'scan_paths' => [app_path(), resource_path()],
'scan_paths' => [app_path(), resource_path()],
/*
|--------------------------------------------------------------------------
@@ -56,7 +56,7 @@ return [
| Define the URL used to access the language management too.
|
*/
'ui_url' => 'languages',
'ui_url' => 'languages',
/*
|--------------------------------------------------------------------------
@@ -66,7 +66,7 @@ return [
| Define the settings for the database driver here.
|
*/
'database' => [
'database' => [
'connection' => '',