X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=bin%2Fparse-debtags-voc;h=7515de118b8357f28a99e9ca4e808351f614c6be;hb=d6a4e32331ea9d326f0e5b5aea58fb35d37ede2f;hp=be251781a89616dafd66b880f84473a15675ca88;hpb=58039945e72bbba9d7395e78df27f028479f00d3;p=deb%2Fpackages.git diff --git a/bin/parse-debtags-voc b/bin/parse-debtags-voc index be25178..7515de1 100755 --- a/bin/parse-debtags-voc +++ b/bin/parse-debtags-voc @@ -34,7 +34,6 @@ use Packages::Template; use Packages::Config qw( $TOPDIR @LANGUAGES ); use Packages::I18N::Locale; &Packages::Config::init( './' ); -&Packages::I18N::Locale::load( "$TOPDIR/po" ); my $debtagsdir = "$TOPDIR/files/debtags"; my $wwwdir = "$TOPDIR/www/about"; my $voc_file = "$debtagsdir/vocabulary"; @@ -126,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: $!";