aboutsummaryrefslogtreecommitdiffstats
path: root/stattrans.pl
diff options
context:
space:
mode:
authorSimon Paillard <spaillar>2008-11-20 21:44:10 +0000
committerSimon Paillard <spaillar>2008-11-20 21:44:10 +0000
commitb08cd7bb39f727433d28afbf77ba06e58a86bb1c (patch)
tree96e45f6072a7fda94604f66d507894b3c2cf9a12 /stattrans.pl
parent40f62ce5cdb386545bd50a33f8adaaa8b29831af (diff)
Add a link to the translated file in CVS http://lists.debian.org/debian-www/2008/11/msg00139.html [Jean-Edouard Babin]
CVS version numbers stattrans.pl: 1.85 -> 1.86
Diffstat (limited to 'stattrans.pl')
-rwxr-xr-xstattrans.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/stattrans.pl b/stattrans.pl
index 42dd390ae65..0d0eb2a17af 100755
--- a/stattrans.pl
+++ b/stattrans.pl
@@ -316,6 +316,7 @@ foreach $lang (@search_in) {
$file, $transversion{"$lang/$file"}, $version{"$orig/$file"}, $seconddifftype, $transversion{"$lang/$file"}, $version{"$orig/$file"};
$o_body .= sprintf "<td><a href=\"http://cvs.debian.org/webwml/$orig/%s?cvsroot=webwml#rev%s\">[L]</a></td>", $file, $version{"$orig/$file"};
}
+ $o_body .= sprintf "<td><a href=\"http://cvs.debian.org/*checkout*/webwml/%s/%s?content-type=text/plain\">[F]</a>&nbsp;<a href=\"http://cvs.debian.org/webwml/%s/%s?cvsroot=webwml\">[L]</a></td>", $lang, $file, $lang, $file;
$o_body .= sprintf "<td align=center>%s</td>", $maintainer{"$lang/$file"} || "";
$o_body .= "</tr>\n";
$outdated{$lang}++;
@@ -466,6 +467,7 @@ foreach $lang (@search_in) {
elsif ($opt_d eq "h") { print HTML "<th>Colored diff</th><th>Unified diff</th>"; }
else { print HTML "<th>Diff</th>"; }
print HTML "<th>Log</th>";
+ print HTML "<th>Translation</th>";
print HTML "<th>Maintainer</th>";
print HTML "</tr>\n";
print HTML $o_body;

© 2014-2024 Faster IT GmbH | imprint | privacy policy