From a9bd0b5742992750d2e813f94905926e0f3e777a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Pr=C3=A9vot?= Date: Sat, 24 Dec 2011 00:01:02 +0000 Subject: Remove useless Translation and Origin columns (data available in Diff columns) CVS version numbers stattrans.pl: 1.107 -> 1.108 --- stattrans.pl | 4 ---- 1 file changed, 4 deletions(-) (limited to 'stattrans.pl') diff --git a/stattrans.pl b/stattrans.pl index 8c5204a1c8d..e7bd69b8cfb 100755 --- a/stattrans.pl +++ b/stattrans.pl @@ -383,8 +383,6 @@ foreach $lang (@search_in) { } else { $o_body .= sprintf "%s", $hits, $base, $l, $base; } - $o_body .= sprintf "%s", $transversion{"$lang/$file"}; - $o_body .= sprintf "%s", $version{"$orig/$file"}; $o_body .= sprintf "%s", $msg; $o_body .= sprintf 'Click to fetch diffstat data\' onClick="setDiffstat(\'%s\', \'%s\', \'%s\', this)">+/-', $file, $transversion{"$lang/$file"}, $version{"$orig/$file"}; if ($msg eq 'Wrong translation version' || $msg eq 'The original no longer exists') { @@ -508,8 +506,6 @@ foreach $lang (@search_in) { print HTML 'Outdated translations'."\n"; print HTML "\n"; print HTML ''."\n"; - print HTML ''."\n"; - print HTML ''."\n"; print HTML ''."\n"; print HTML ''."\n"; if ($opt_d eq "u") { print HTML ''; } -- cgit v1.2.3
FileTranslationOriginCommentDiffstatUnified diffColored diff