X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=bin%2Fcreate_index_pages;h=d76bebab3f58e4cf04b65174a6c26e7ec3353f02;hb=8ac8fa1f369ab0073709518ec2a8d44aa859afcf;hp=0eaf63e8fbd475555c8a6f74593b5731fab17fdf;hpb=08aa87adaf6c59131d01f8a4a078dc4e78475788;p=deb%2Fpackages.git diff --git a/bin/create_index_pages b/bin/create_index_pages index 0eaf63e..d76beba 100755 --- a/bin/create_index_pages +++ b/bin/create_index_pages @@ -27,8 +27,9 @@ delete $ENV{'LANG'}; delete $ENV{'LC_ALL'}; delete $ENV{'LC_MESSAGES'}; bindtextdomain ( 'pdo', $LOCALES ); -bindtextdomain ( 'sections', $LOCALES ); bindtextdomain ( 'templates', $LOCALES ); +bindtextdomain ( 'sections', $LOCALES ); +bindtextdomain ( 'langs', $LOCALES ); textdomain( 'pdo' ); my $wwwdir = "$TOPDIR/www";