Added settings for translation into other languages in the project.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
return [
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Translate service
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Enables or disables translate service.
|
||||
*/
|
||||
'enable' => (bool) env('TRANSLATION_SERVICE_ENABLE', false),
|
||||
];
|
||||
Reference in New Issue
Block a user