Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions config/translation-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
/**
* Enable deletion of translations
*
* @type boolean
* @var 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
* @var array
*
* array(
* 'pagination',
Expand All @@ -39,7 +39,7 @@
/**
* Exclude specific languages from Laravel Translation Manager.
*
* @type array
* @var array
*
* array(
* 'fr',
Expand Down