Add two missing bindtextdomain calls so that
gettext can actually find the translations from
the langs domain.
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";
" http_lang=$http_lang", 1 ) if DEBUG;
bindtextdomain ( 'pdo', $LOCALES );
bindtextdomain ( 'templates', $LOCALES );
+ bindtextdomain ( 'langs', $LOCALES );
textdomain( 'pdo' );
# backwards compatibility stuff