From c998594bfcfde60f3fbac9b98b9a72bcf3be60e1 Mon Sep 17 00:00:00 2001 From: Marcin Owsiany Date: Sat, 30 Jul 2011 13:13:25 +0000 Subject: english/devel/website/stats/anoncvs-cors CVS version numbers stattrans.pl: 1.104 -> 1.105 english/devel/website/stats/Makefile: 1.4 -> 1.5 english/devel/website/stats/diffstat.js: INITIAL -> 1.1 --- stattrans.pl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'stattrans.pl') diff --git a/stattrans.pl b/stattrans.pl index b8e5d4cc9d9..cb673071f5f 100755 --- a/stattrans.pl +++ b/stattrans.pl @@ -386,6 +386,7 @@ foreach $lang (@search_in) { $o_body .= sprintf "%s", $transversion{"$lang/$file"}; $o_body .= sprintf "%s", $version{"$orig/$file"}; $o_body .= sprintf "%s", $msg; + $o_body .= sprintf "+/-", $file, $transversion{"$lang/$file"}, $version{"$orig/$file"}; if ($msg eq 'Wrong translation version' || $msg eq 'The original no longer exists') { $o_body .= ""; } else { @@ -475,7 +476,8 @@ foreach $lang (@search_in) { if (open (HTML, ">$config{'htmldir'}/$l.wml")) { printf HTML "#use wml::debian::template title=\"<:=\$trans{\$CUR_ISO_LANG}{%s}:>\"\n", $lang; - print HTML "#use wml::debian::toc\n\n"; + print HTML "#use wml::debian::toc\n"; + print HTML "\n\n"; $color = get_color ($percent_a{$lang}); printf HTML 'Translation summary for <:=$trans{$CUR_ISO_LANG}{'.$lang.'} :>" style="background-color: %s; width: 100%; font-weight: bold; margin: 0; text-align: center;">'."\n", $color; @@ -509,6 +511,7 @@ foreach $lang (@search_in) { print HTML ''."\n"; print HTML ''."\n"; print HTML ''."\n"; + print HTML ''."\n"; if ($opt_d eq "u") { print HTML ''; } elsif ($opt_d eq "h") { print HTML ''; } else { print HTML ''; } -- cgit v1.2.3
TranslationOriginCommentDiffstatUnified diffColored diffColored diffUnified diffDiff