On Tuesday 26 November 2002 18:42, Peter Eisentraut wrote: > Zdravo, > > Darko Prenosil writes: > > When I install, .mo file is copied to: > > /usr/local/pgsql/share/locale/hr_HR/LC_MESSAGES/postgres.mo (RedHat). > > In postgresql.conf is already line that looks like this: > > LC_MESSAGES = 'hr_HR'. > > > > So why I do not see the translated messages ? > > Hard to tell. Try making a PO file for a frontend application (such as > psql or pg_dump), set the environment variables, and then see what > happens. Possibly, there are less disturbing factors involved that way > than on the server side.
I find out what was wrong. I did not "make clean", and postgres backend was already compiled and linked without --enable-nls. So make only maked my hr_HR.mo, but did not recompiled the backend. After "make clean" and "make install" evetithing is working just fine. Thank You anyway for Your effort !!! Zdravo i tebi ! ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster