]> git.deb.at Git - deb/packages.git/commitdiff
Actually use langs.*.po
authorFrank Lichtenheld <frank@lichtenheld.de>
Thu, 18 Oct 2007 21:00:07 +0000 (23:00 +0200)
committerFrank Lichtenheld <frank@lichtenheld.de>
Thu, 18 Oct 2007 21:00:07 +0000 (23:00 +0200)
Add two missing bindtextdomain calls so that
gettext can actually find the translations from
the langs domain.

bin/create_index_pages
lib/Packages/Dispatcher.pm

index 0eaf63e8fbd475555c8a6f74593b5731fab17fdf..d76bebab3f58e4cf04b65174a6c26e7ec3353f02 100755 (executable)
@@ -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";
index e5c35d4bbb258813d4720dae716d1185e7c67a53..ff6842687b9a7536a6c872312fae24d89990f1e3 100755 (executable)
@@ -103,6 +103,7 @@ sub do_dispatch {
           " http_lang=$http_lang", 1 ) if DEBUG;
     bindtextdomain ( 'pdo', $LOCALES );
     bindtextdomain ( 'templates', $LOCALES );
+    bindtextdomain ( 'langs', $LOCALES );
     textdomain( 'pdo' );
 
     # backwards compatibility stuff