feat: add quarter field to company history items with localization support, enhancing data organization and user experience
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user