Preparations for a Dutch fork

This commit is contained in:
Paul Willen
2023-11-24 15:37:05 +01:00
parent c76dbcb8cc
commit debe4f4093
7 changed files with 907 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ return [
| Supported: "file", "database"
|
*/
'driver' => 'file',
'driver' => env('TRANSLATION_DRIVER'),
/*
|--------------------------------------------------------------------------