Add draft functionality for page management: Implemented a new bulk action to move selected pages to draft status in the PagesTable. Added corresponding localization keys for English and Turkish languages to enhance user experience.
This commit is contained in:
@@ -174,6 +174,8 @@ return [
|
||||
// Bulk Actions
|
||||
'bulk_action_duplicate' => 'Seçilenleri Çoğalt',
|
||||
'bulk_action_publish' => 'Seçilenleri Yayınla',
|
||||
'bulk_action_draft' => 'Seçilenleri Taslağa Al',
|
||||
'bulk_duplicated_successfully' => ':count sayfa başarıyla çoğaltıldı.',
|
||||
'bulk_published_successfully' => ':count sayfa başarıyla yayınlandı.',
|
||||
'bulk_drafted_successfully' => ':count sayfa başarıyla taslağa alındı.',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user