aboutsummaryrefslogtreecommitdiffstats
path: root/stattrans.pl
diff options
context:
space:
mode:
authorFrank Lichtenheld <djpig>2005-06-01 11:59:59 +0000
committerFrank Lichtenheld <djpig>2005-06-01 11:59:59 +0000
commit4844a658d82c72460c17466390e7a27aa7b2f9cf (patch)
treed0d54d8ba4738938e5e6710681c2d7bcd63cb428 /stattrans.pl
parent5908ebc6056e903a577444d1922a7074f6b93653 (diff)
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
Diffstat (limited to 'stattrans.pl')
-rwxr-xr-xstattrans.pl5
1 files changed, 0 insertions, 5 deletions
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();

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