X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=blobdiff_plain;f=bin%2Fparse-debtags-voc;h=7515de118b8357f28a99e9ca4e808351f614c6be;hp=4fd49f9e6b2bedb93eb5cec77e57c02e6a871209;hb=a6b39cb5eec2cf7d8a0d756f0090a9d8644443c9;hpb=70f1a38b1411b55f7690bdd42800038c27040dd5 diff --git a/bin/parse-debtags-voc b/bin/parse-debtags-voc index 4fd49f9..7515de1 100755 --- a/bin/parse-debtags-voc +++ b/bin/parse-debtags-voc @@ -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: $!";