X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=cgi-bin%2Fdispatcher.pl;h=3198d2a81e48fb7d20ec03ed8eaea3dfc755ceb4;hb=23a126961b15aa754f672762f750a1792250aa36;hp=f54cd8740916d562e20923beac34de393e044640;hpb=a5b7db12d70653d35344cb6567db1c5e0cd326d1;p=deb%2Fpackages.git diff --git a/cgi-bin/dispatcher.pl b/cgi-bin/dispatcher.pl index f54cd87..3198d2a 100755 --- a/cgi-bin/dispatcher.pl +++ b/cgi-bin/dispatcher.pl @@ -196,7 +196,6 @@ setlocale ( LC_ALL, $locale ) setlocale( LC_ALL, get_locale() ) or do { debug( "couldn't set default locale either" ); - next if ($opts{lang} ne 'en'); setlocale( LC_ALL, "C" ); }; };