]> git.deb.at Git - deb/packages.git/blobdiff - bin/parse-debtags-voc
Make language override URLs more robust
[deb/packages.git] / bin / parse-debtags-voc
index 4fd49f9e6b2bedb93eb5cec77e57c02e6a871209..7515de118b8357f28a99e9ca4e808351f614c6be 100755 (executable)
@@ -125,7 +125,8 @@ foreach (@tags) {
 }
 my %content = ( vocabulary => \%voc,
                facets => \@facets, tags => \@tags,
-               tags_by_facet => \%tags_by_facet );
+               tags_by_facet => \%tags_by_facet,
+               used_langs => [ 'en' ]);
 print TAGLST $template->page( 'tag_index', \%content );
 close TAGLST or warn "Couldn't close tag list: $!";