diff options
-rw-r--r-- | en/about/reports/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/en/about/reports/index.php b/en/about/reports/index.php index a3c9f7a22..ee8e98384 100644 --- a/en/about/reports/index.php +++ b/en/about/reports/index.php @@ -26,6 +26,7 @@ $rtl = is_locale_rtl($locale); <p><?php _g('Here you will find our various activity and financial reports for every year.')?></p> <ul> + <li>2022: <?php _g('%sFinancial report</a>%s.', array('<a href="https://treasurer.mageia.org/y_2022.html">', ' ' . _r('(in progress)')));?></li> <li>2021: <?php _g('%sFinancial report</a>%s.', array('<a href="https://treasurer.mageia.org/y_2021.html">', ' ' . _r('(in progress)')));?></li> <li>2020: <?php _g('%sFinancial report</a>%s.', array('<a href="https://treasurer.mageia.org/y_2020.html">', ''));?></li> <li>2019: <?php _g('%sFinancial report</a>%s.', array('<a href="https://treasurer.mageia.org/y_2019.html">', ''));?></li> |