From 99980f5928a581a5dc3c3c8c67a82d4d761df689 Mon Sep 17 00:00:00 2001 From: Manuel Hiebel Date: Mon, 8 Feb 2021 19:49:37 +0100 Subject: rebuild i18n --- langs/report.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'langs/report.php') 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') { -- cgit v1.2.1