From a4dc6f0ab3e117565f1a0ee0e206e1f21269ffed Mon Sep 17 00:00:00 2001 From: filip Date: Sat, 20 Dec 2014 11:17:55 +0100 Subject: wait for now with differences between Tx and our git repository for software translations --- langs/report_tx_git.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'langs/report_tx_git.php') diff --git a/langs/report_tx_git.php b/langs/report_tx_git.php index 846f282ed..dc4f5e8bb 100644 --- a/langs/report_tx_git.php +++ b/langs/report_tx_git.php @@ -37,7 +37,7 @@ include 'lib.php'; $errors = array(); // stored for error management ;) $c = (isset($_GET['c']) ? strip_tags(trim($_GET['c'])) : ''); -if (in_array($c, array('Webpages', 'Documentation', 'Cauldron'))) { +if (in_array($c, array('Webpages', 'Documentation'/*, 'Cauldron'*/))) { $resource_type = $c; // filter only valid resource types } else { $resource_type = 'Webpages'; // default @@ -476,7 +476,7 @@ if ('Documentation' != $resource_type) { $links[] = 'documentation translations'; } if ('Cauldron' != $resource_type) { - $links[] = 'software translations'; +// $links[] = 'software translations'; } $reports_links = '

You can also see reports about differences in ' . implode(" or ", $links) . '.

'; echo $reports_links . PHP_EOL; -- cgit v1.2.1