classify admin
This commit is contained in:
26
config/auto-translate.php
Normal file
26
config/auto-translate.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
*
|
||||
* Locales managed by auto-translation package, will be used by the
|
||||
* command "auto:translate" to generate a JSON file for each of this
|
||||
* locales, and by the command "translate:missing" to generate their
|
||||
* missing translations
|
||||
*
|
||||
*/
|
||||
'locales' => [
|
||||
'fr',
|
||||
'ar',
|
||||
],
|
||||
|
||||
/*
|
||||
*
|
||||
* The base locale to use when using the command "translate:missing" to
|
||||
* generate missing translations for other JSON files
|
||||
*
|
||||
*/
|
||||
'base_locale' => 'en'
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user