aboutsummaryrefslogtreecommitdiffstats
path: root/stattrans.pl
diff options
context:
space:
mode:
authorThomas Huriaux <thuriaux>2005-06-01 10:56:15 +0000
committerThomas Huriaux <thuriaux>2005-06-01 10:56:15 +0000
commit5908ebc6056e903a577444d1922a7074f6b93653 (patch)
tree06efc7c0b49eefbf4bc00ef9117ead5bd58b0072 /stattrans.pl
parentbdb152250be1c1194bfc6883c581ce4c4dfb949a (diff)
Fix broken languages due to changes in template/debian/languages.wml
CVS version numbers stattrans.pl: 1.66 -> 1.67
Diffstat (limited to 'stattrans.pl')
-rwxr-xr-xstattrans.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/stattrans.pl b/stattrans.pl
index 03f8d5be834..359c951c4dd 100755
--- a/stattrans.pl
+++ b/stattrans.pl
@@ -54,6 +54,11 @@ $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