feat: add waiting_document status to career applications and localize status labels

This commit is contained in:
Ümit Tunç
2026-06-01 07:59:32 +03:00
parent 76081f0e85
commit e24b4bdf41
8 changed files with 50 additions and 9 deletions
+7
View File
@@ -78,4 +78,11 @@ return [
'flexible_projects_desc' => 'Flexibility is essential in our projects. You will take part in real projects suitable for your talents.',
'focus_on_development' => 'Focus on Development',
'intent_letter' => 'Letter of Intent',
// Statuses
'pending' => 'Pending',
'reviewed' => 'Reviewed',
'rejected' => 'Rejected',
'accepted' => 'Accepted',
'waiting_document' => 'Waiting for Document',
];