From: | Dennis Björklund <db(at)zigo(dot)dhs(dot)org> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Translations in the distributions |
Date: | 2004-01-09 07:08:59 |
Message-ID: | Pine.LNX.4.44.0401090752410.13405-100000@zigo.dhs.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
The default installation in fedora does not work very well for non
english people. For example. if I run psql and type COMMIT i get:
dennis=# commit;
WARNING: COMMIT: ingen transaktion p g
while it should say
dennis=# commit;
WARNING: COMMIT: ingen transaktion pågår
And those spaces in the first version are no spaces at all but some
strange characters.
However, I have the cvs version compiled and installed, and it seems to
work just fine. Is this because pg has been fixed lately (I don't remember
any such discussions) or something with the packaging, or something else.
What I want is that future fedora/redhat versions work out of the box.
Most people use distributions and it's no fun to translate postgresql if
people are annoyed with the result :-)
--
/Dennis Björklund
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2004-01-09 07:54:26 | Re: Translations in the distributions |
Previous Message | Thomas Swan | 2004-01-09 07:07:24 | Re: psql \d option list overloaded |