diff options
| author | filip <filip.komar@gmail.com> | 2026-01-13 12:30:51 +0100 |
|---|---|---|
| committer | filip <filip.komar@gmail.com> | 2026-01-13 12:30:51 +0100 |
| commit | 20fb11d97468c3f8d991951ca0d46d8cb602ef3f (patch) | |
| tree | d1ae276a4ed7933b239a52c643068d1eb7ed3c33 | |
| parent | 3f0d1a36b44f3d649b8ddeb31d0545919bce6f35 (diff) | |
| download | www-20fb11d97468c3f8d991951ca0d46d8cb602ef3f.tar www-20fb11d97468c3f8d991951ca0d46d8cb602ef3f.tar.gz www-20fb11d97468c3f8d991951ca0d46d8cb602ef3f.tar.bz2 www-20fb11d97468c3f8d991951ca0d46d8cb602ef3f.tar.xz www-20fb11d97468c3f8d991951ca0d46d8cb602ef3f.zip | |
mga10 locale fix for main page
| -rw-r--r-- | en/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/index.php b/en/index.php index 3c07f7232..859644f79 100644 --- a/en/index.php +++ b/en/index.php @@ -371,7 +371,7 @@ $rtl = is_locale_rtl($locale); </li> <li><a href="contribute/" class="dl-btn-other"><?php _g('<strong>Get involved</strong> in the next version'); ?></a> </li> - <li><a href="/10/" class="dl-btn-other"><?php _g('Test'); ?> Mageia 10</a></li> + <li><a href="/<?php echo $locale ?>/10/" class="dl-btn-other"><?php _g('Test'); ?> Mageia 10</a></li> </ul> </div> |
