diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2021-02-08 19:49:37 +0100 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2021-02-08 19:49:37 +0100 |
commit | 99980f5928a581a5dc3c3c8c67a82d4d761df689 (patch) | |
tree | f8d799e08b776699ee0bd1d345212e4b847d9114 /langs/report.php | |
parent | 30548e220179297687279376428e330d5d158acf (diff) | |
download | www-99980f5928a581a5dc3c3c8c67a82d4d761df689.tar www-99980f5928a581a5dc3c3c8c67a82d4d761df689.tar.gz www-99980f5928a581a5dc3c3c8c67a82d4d761df689.tar.bz2 www-99980f5928a581a5dc3c3c8c67a82d4d761df689.tar.xz www-99980f5928a581a5dc3c3c8c67a82d4d761df689.zip |
rebuild i18n
Diffstat (limited to 'langs/report.php')
-rw-r--r-- | langs/report.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/langs/report.php b/langs/report.php index 4df97d5dd..ef317196e 100644 --- a/langs/report.php +++ b/langs/report.php @@ -141,6 +141,11 @@ 'view page A' => '5/index.php', 'B' => '5/download_index.php', ); + } else if ($resource_filename == '8') { + $mga = array( + 'view page A' => '8/index.php', + 'B' => '8/download_index.php', + ); } else if ($resource_filename == 'cauldron') { $mga = array('view page' => 'downloads/prerelease/index.php'); } else if ($resource_filename == 'documentation') { |