aboutsummaryrefslogtreecommitdiffstats
path: root/langs/report.php
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2015-04-29 13:02:37 +0200
committerfilip <filip.komar@gmail.com>2015-04-29 13:02:37 +0200
commit118e8672de841b22cd91bc978cdfe951ff75b966 (patch)
tree0ac05ad77f7ec38ac8f106093f68d5028c9b213f /langs/report.php
parente1208ef9e63aeb33d71287db6cb7b36af2a79e81 (diff)
downloadwww-118e8672de841b22cd91bc978cdfe951ff75b966.tar
www-118e8672de841b22cd91bc978cdfe951ff75b966.tar.gz
www-118e8672de841b22cd91bc978cdfe951ff75b966.tar.bz2
www-118e8672de841b22cd91bc978cdfe951ff75b966.tar.xz
www-118e8672de841b22cd91bc978cdfe951ff75b966.zip
fix report to properly show target pages for news.po
Diffstat (limited to 'langs/report.php')
-rw-r--r--langs/report.php5
1 files changed, 5 insertions, 0 deletions
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') {