X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=bin%2Fparse-translations;h=21bcaaa3969ae5a793d85ae32b74a649024ae4be;hb=1cd6b78f69f171c418386ed2d6ce4fd5e1e9570a;hp=314602499f4fdbb866824054c1cb49102065fe00;hpb=e221d0617395700c44f3c1bfaaad964fd08cbacf;p=deb%2Fpackages.git diff --git a/bin/parse-translations b/bin/parse-translations index 3146024..21bcaaa 100755 --- a/bin/parse-translations +++ b/bin/parse-translations @@ -48,7 +48,7 @@ my $fixja = Text::Iconv->new("EUC-JP", "UTF-8"); foreach my $lang (@DDTP_LANGUAGES) { (my $locale = $lang) =~ s/^([a-z]{2})-([a-z]{2})$/"$1_".uc($2)/e; print "Reading Translations for $lang ($locale)..."; - open PKG, "zcat $TOPDIR/archive/*/*/*/i18n/Translation-$locale.gz|"; + open PKG, "bzcat $TOPDIR/archive/*/*/*/i18n/Translation-$locale.bz2|"; my $count = 0; while () { next if /^\s*$/;