diff --git a/public/finance-reports/Podkrepi.bg_Financial_Report_2023.pdf b/public/finance-reports/Podkrepi.bg_Financial_Report_2023.pdf new file mode 100644 index 000000000..d447fdc79 Binary files /dev/null and b/public/finance-reports/Podkrepi.bg_Financial_Report_2023.pdf differ diff --git a/public/finance-reports/Podkrepi.bg_Financial_Report_062022.pdf b/public/finance-reports/Podkrepi.bg_Financial_Semiannual_Report_2022.pdf similarity index 100% rename from public/finance-reports/Podkrepi.bg_Financial_Report_062022.pdf rename to public/finance-reports/Podkrepi.bg_Financial_Semiannual_Report_2022.pdf diff --git a/public/finance-reports/Podkrepi.bg_Financial_Semiannual_Report_2024.pdf b/public/finance-reports/Podkrepi.bg_Financial_Semiannual_Report_2024.pdf new file mode 100644 index 000000000..a10bec108 Binary files /dev/null and b/public/finance-reports/Podkrepi.bg_Financial_Semiannual_Report_2024.pdf differ diff --git a/public/locales/bg/about-project.json b/public/locales/bg/about-project.json index b2737320d..e9268713f 100644 --- a/public/locales/bg/about-project.json +++ b/public/locales/bg/about-project.json @@ -68,8 +68,10 @@ "finance-report-page": { "financeReport": "Финансови отчети на Сдружение Подкрепи.бг", "finance-report-2021": "Годишен финансов отчет за 2021 г.:", - "finance-report-2022-january-june": "Финансов отчет за полугодие Януари-Юни 2022 г.:", + "finance-report-2022-january-june": "Финансов отчет за полугодие януари-юни 2022 г.:", "finance-report-2022": "Годишен финансов отчет за 2022 г.:", + "finance-report-2023": "Годишен финансов отчет за 2023 г.:", + "finance-report-2024-january-june": "Финансов отчет за полугодие януари-юни 2024 г.:", "download-from-here": "Свалете от тук" } } diff --git a/public/locales/en/about-project.json b/public/locales/en/about-project.json index 4ac7d2a6a..11aafe80f 100644 --- a/public/locales/en/about-project.json +++ b/public/locales/en/about-project.json @@ -69,9 +69,11 @@ "association-name": "Association Podkrepi BG", "finance-report-page": { "financeReport": "Annual Reports", - "finance-report-2021": "Annual financial Report for 2021:", - "finance-report-2022-january-june": "Semi-annual Financial Report for January-June 2022:", - "finance-report-2022": "Annual Financial Report for 2022", + "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-2023": "Annual financial report for 2023:", + "finance-report-2024-january-june": "Semiannual financial report for January-June 2024:", "download-from-here": "Download from here" } } diff --git a/src/components/client/about-project/FinanceReportPage.tsx b/src/components/client/about-project/FinanceReportPage.tsx index 796421f63..d79da0f21 100644 --- a/src/components/client/about-project/FinanceReportPage.tsx +++ b/src/components/client/about-project/FinanceReportPage.tsx @@ -27,7 +27,7 @@ export default function FinanceReportPage() { } - href="/finance-reports/Podkrepi.bg_Financial_Report_062022.pdf"> + href="/finance-reports/Podkrepi.bg_Financial_Semiannual_Report_2022.pdf"> {t('finance-report-page.download-from-here')} @@ -40,6 +40,24 @@ export default function FinanceReportPage() { {t('finance-report-page.download-from-here')} + + {t('finance-report-page.finance-report-2023')} + } + href="/finance-reports/Podkrepi.bg_Financial_Report_2023.pdf"> + {t('finance-report-page.download-from-here')} + + + + {t('finance-report-page.finance-report-2024-january-june')} + } + href="/finance-reports/Podkrepi.bg_Financial_Semiannual_Report_2024.pdf"> + {t('finance-report-page.download-from-here')} + + ) }