Skip to content

Commit

Permalink
Add financial report for 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
ani-kalpachka committed Aug 7, 2024
1 parent 26a0e0d commit 23511b5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
Binary file not shown.
3 changes: 2 additions & 1 deletion public/locales/bg/about-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@
"finance-report-2021": "Годишен финансов отчет за 2021 г.:",
"finance-report-2022-january-june": "Финансов отчет за полугодие януари-юни 2022 г.:",
"finance-report-2022": "Годишен финансов отчет за 2022 г.:",
"finance-report-half-2024": "Финансов отчет за полугодие януари-юни 2024 г.:",
"finance-report-2023": "Годишен финансов отчет за 2023 г.:",
"finance-report-2024-january-june": "Финансов отчет за полугодие януари-юни 2024 г.:",
"download-from-here": "Свалете от тук"
}
}
3 changes: 2 additions & 1 deletion public/locales/en/about-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@
"finance-report-2021": "Annual financial report for 2021:",
"finance-report-2022-january-june": "Semiannual financial report for January-June 2022:",
"finance-report-2022": "Annual financial report for 2022:",
"finance-report-half-2024": "Semiannual financial report for January-June 2024:",
"finance-report-2023": "Annual financial report for 2023:",
"finance-report-2024-january-june": "Semiannual financial report for January-June 2024:",
"download-from-here": "Download from here"
}
}
11 changes: 10 additions & 1 deletion src/components/client/about-project/FinanceReportPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,16 @@ export default function FinanceReportPage() {
</LinkButton>
</Container>
<Container>
<Typography>{t('finance-report-page.finance-report-half-2024')}</Typography>
<Typography>{t('finance-report-page.finance-report-2023')}</Typography>
<LinkButton
locale={false} // shows BG translation of finance report only for now
endIcon={<FileDownloadIcon />}
href="/finance-reports/Podkrepi.bg_Financial_Report_2023.pdf">
{t('finance-report-page.download-from-here')}
</LinkButton>
</Container>
<Container>
<Typography>{t('finance-report-page.finance-report-2024-january-june')}</Typography>
<LinkButton
locale={false} // shows BG translation of finance report only for now
endIcon={<FileDownloadIcon />}
Expand Down

0 comments on commit 23511b5

Please sign in to comment.