On Wed, 2009-04-08 at 10:14 +0200, Bo Vagner H�jer wrote: > > To enable the translation feature of libglade only 2 changes has to be made > to the source code. > > 1. fix a bug in desktop/netsurf.c line 137 > change setlocale(LC_ALL, "C"); to setlocale(LC_ALL, ""); > This change will set the locale acording to the enviroment variable LC_ALL, > LC_MESSAGES or LANG on a glibc system.
This is not a bug. It is entirely intentional: http://source.netsurf-browser.org/?view=rev&revision=4153 J.
