X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=blobdiff_plain;f=bin%2Fparse-translations;h=21bcaaa3969ae5a793d85ae32b74a649024ae4be;hp=314602499f4fdbb866824054c1cb49102065fe00;hb=89c17478db69effd1c96f4e284ad46f5b4d72c17;hpb=a3fd68e78cd0c1eb1dbff6b48accaca5b2b54637 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*$/;