Added settings for translation into other languages in the project.
This commit is contained in:
11
app/application/config/translation_service.php
Normal file
11
app/application/config/translation_service.php
Normal file
@@ -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