From 118e8672de841b22cd91bc978cdfe951ff75b966 Mon Sep 17 00:00:00 2001 From: filip Date: Wed, 29 Apr 2015 13:02:37 +0200 Subject: fix report to properly show target pages for news.po --- 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 dfeb1d59f..a8a1cab82 100644 --- a/langs/report.php +++ b/langs/report.php @@ -137,6 +137,11 @@ 'view page doc' => 'doc/index.php', 'archive' => 'doc/archive.php', ); + } else if ($resource_filename == 'news') { + $mga = array( + 'view page A' => '', + 'B' => 'community/', + ); } else if ($resource_filename == 'about/constitution') { $constitution_results = aproximate_number_of_untranslated_constitution_lines(G_APP_ROOT, $l, $unique_lines_in_eng_constitution); if ($l == 'en') { -- cgit v1.2.1