]> git.deb.at Git - deb/packages.git/blobdiff - lib/Packages/DoIndex.pm
Packages::DoIndex: No translated allpackages.*.txt.gz available
[deb/packages.git] / lib / Packages / DoIndex.pm
index 3129b0b9c7fb950cc000cf0803485e6a65951af8..e1c5b6d3667ef650ace6d0ead1b2231684128259 100644 (file)
@@ -39,6 +39,9 @@ sub send_file {
                              "@{$opts->{suite}}" ) );
     }
 
+    if ($opts->{format} eq 'txt.gz') {
+       $opts->{po_lang} = 'en';
+    }
     my $wwwdir = "$TOPDIR/www";
     my $path = "";
     $path .= "source/" if $opts->{source};