aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--english/template/debian/languages.wml4
-rwxr-xr-xstattrans.pl5
2 files changed, 0 insertions, 9 deletions
diff --git a/english/template/debian/languages.wml b/english/template/debian/languages.wml
index f838b1fd882..9d9568437fc 100644
--- a/english/template/debian/languages.wml
+++ b/english/template/debian/languages.wml
@@ -29,7 +29,6 @@ my %langs = (
norwegian => "no",
polish => "pl",
portuguese => "pt",
- portuguese_br => "pt-br",
romanian => "ro",
russian => "ru",
slovak => "sk",
@@ -38,9 +37,6 @@ my %langs = (
turkish => "tr",
ukrainian => "uk",
chinese => "zh",
- chinese_cn => "zh-cn",
- chinese_hk => "zh-hk",
- chinese_tw => "zh-tw",
);
# language directory name => native name of the language
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