feat: add quarter field to company history items with localization support, enhancing data organization and user experience

This commit is contained in:
Ümit Tunç
2026-05-21 20:16:32 +03:00
parent cc6ca1f660
commit 2018860c23
8 changed files with 133 additions and 5 deletions
+5
View File
@@ -17,6 +17,11 @@ return [
'settings_section' => 'Appearance & Settings',
'year_field' => 'Year',
'quarter_field' => 'Quarter',
'quarter_q1' => 'Q1 (Jan – Mar)',
'quarter_q2' => 'Q2 (Apr – Jun)',
'quarter_q3' => 'Q3 (Jul – Sep)',
'quarter_q4' => 'Q4 (Oct – Dec)',
'title_field' => 'Title',
'content_field' => 'Description',
'color_field' => 'Color',