diff --git a/lang/en/music_productions.php b/lang/en/music_productions.php index e91a256..f25b7ee 100644 --- a/lang/en/music_productions.php +++ b/lang/en/music_productions.php @@ -11,6 +11,7 @@ return [ 'search_placeholder' => 'Search by title or client name…', 'search_no_results' => 'No results found for “:query”.', 'card_category_default' => 'Production', + 'production_date_unknown' => 'Date not specified', 'view_details_tooltip' => 'View details', 'project_details' => 'Project Details', 'back_to_list' => 'Back to List', diff --git a/lang/tr/music_productions.php b/lang/tr/music_productions.php index ed09cf3..3df8f79 100644 --- a/lang/tr/music_productions.php +++ b/lang/tr/music_productions.php @@ -11,6 +11,7 @@ return [ 'search_placeholder' => 'Başlık veya müşteri adı ile ara…', 'search_no_results' => '“:query” için sonuç bulunamadı.', 'card_category_default' => 'Prodüksiyon', + 'production_date_unknown' => 'Tarih belirtilmedi', 'view_details_tooltip' => 'Detayları görüntüle', 'project_details' => 'Proje Detayları', 'back_to_list' => 'Listeye Geri Dön', diff --git a/resources/views/front/music-productions/index.blade.php b/resources/views/front/music-productions/index.blade.php index 11b1093..acf1fab 100644 --- a/resources/views/front/music-productions/index.blade.php +++ b/resources/views/front/music-productions/index.blade.php @@ -121,7 +121,14 @@