X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=blobdiff_plain;f=bin%2Fparse-debtags-voc;h=7515de118b8357f28a99e9ca4e808351f614c6be;hp=7ef06a08144a9e648423d72aed431961cd849e35;hb=a6b39cb5eec2cf7d8a0d756f0090a9d8644443c9;hpb=92a6b3d4b5bcd96dfe05ee814722e5e0e47e1d3f diff --git a/bin/parse-debtags-voc b/bin/parse-debtags-voc index 7ef06a0..7515de1 100755 --- a/bin/parse-debtags-voc +++ b/bin/parse-debtags-voc @@ -31,7 +31,7 @@ use URI::Escape; use Deb::Versions; use Packages::Template; -use Packages::Config qw( $TOPDIR @LANGUAGES $LOCALES); +use Packages::Config qw( $TOPDIR @LANGUAGES ); use Packages::I18N::Locale; &Packages::Config::init( './' ); my $debtagsdir = "$TOPDIR/files/debtags"; @@ -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: $!";