From 4844a658d82c72460c17466390e7a27aa7b2f9cf Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Wed, 1 Jun 2005 11:59:59 +0000 Subject: Hmm, of course my change did break something: stattrans.pl and the list of translation coordinators. However, on second thought I only need the entry in %trans and the sorting stuff anyway, not the entry in %langs which is causing the problems. So just removing (and removing the hack in stattrans.pl, too) CVS version numbers stattrans.pl: 1.67 -> 1.68 english/template/debian/languages.wml: 1.136 -> 1.137 --- stattrans.pl | 5 ----- 1 file changed, 5 deletions(-) (limited to 'stattrans.pl') diff --git a/stattrans.pl b/stattrans.pl index 359c951c4dd..03f8d5be834 100755 --- a/stattrans.pl +++ b/stattrans.pl @@ -54,11 +54,6 @@ $opt_p =~ s/$/\$/g; my $l = Webwml::Langs->new($opt_w); my %langs = $l->name_iso(); -delete ( $langs{"chinese_hk"} ); -delete ( $langs{"portuguese_br"} ); -delete ( $langs{"chinese_cn"} ); -delete ( $langs{"chinese_tw"} ); - my $transignore = Webwml::TransIgnore->new($opt_w); my $cvs = Local::Cvsinfo->new(); -- cgit v1.2.3