[or-cvs] Fix translation status table headers

Peter Palfrader weasel at seul.org
Wed Mar 1 12:48:00 UTC 2006


Update of /home/or/cvsroot/website/en
In directory moria:/tmp/cvs-serv19081/en

Modified Files:
	translation-status.wml 
Log Message:
Fix translation status table headers

Index: translation-status.wml
===================================================================
RCS file: /home/or/cvsroot/website/en/translation-status.wml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -d -r1.7 -r1.8
--- translation-status.wml	8 Feb 2006 12:05:06 -0000	1.7
+++ translation-status.wml	1 Mar 2006 12:47:58 -0000	1.8
@@ -36,7 +36,7 @@ sub do_status($$) {
 	print "<table border=1>\n";
 	print "<tr>\n";
 	print "<th>File</th>\n";
-	printf("<th>%s (%s)</th>\n", $_, $LANGUAGES{$_}) for (@LANGUAGES);
+	printf("<th>%s (%s)</th>\n", $_, $LANGUAGES{$_}) for ('en', grep { $_ ne 'en' } @LANGUAGES);
 	print "</tr>\n";
 	my $HTMLBASE = (defined $ENV{'HTMLBASE'} ? $ENV{'HTMLBASE'} : 'http://tor.eff.org/') . ($dir eq '.' ? '' : $dir.'/');
 	



More information about the tor-commits mailing list