From: | Darko Prenosil <darko(dot)prenosil(at)finteh(dot)hr> |
---|---|
To: | Peter Eisentraut <peter_e(at)gmx(dot)net>, hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Location of language .mo files or 'Zašto postgres ne govori Hrvatski' ??? |
Date: | 2002-11-26 20:26:40 |
Message-ID: | 200211262026.40145.darko.prenosil@finteh.hr |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
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 !
From | Date | Subject | |
---|---|---|---|
Next Message | Jean-Luc Lachance | 2002-11-26 20:36:02 | order by in for loop in plpgsql does not work |
Previous Message | Bruce Momjian | 2002-11-26 20:05:38 | Re: Compatibility of future releases |
From | Date | Subject | |
---|---|---|---|
Next Message | Billy O'Connor | 2002-11-26 20:27:19 | Re: Need Quote for 7.3 |
Previous Message | Hannu Krosing | 2002-11-26 20:12:15 | Re: [mail] Re: Native Win32 sources |