芝麻web文件管理V1.00
编辑当前文件:/home/shaabmuni/public_html/config/translation-manager.php
[ 'prefix' => env('BACKEND_PATH').'/webmaster/translations', 'middleware' => 'auth', ], /** * Enable deletion of translations * * @type boolean */ 'delete_enabled' => true, /** * Exclude specific groups from Laravel Translation Manager. * This is useful if, for example, you want to avoid editing the official Laravel language files. * * @type array * * array( * 'pagination', * 'reminders', * 'validation', * ) */ 'exclude_groups' => array(), /** * Export translations with keys output alphabetically. */ 'sort_keys ' => false, );