BUG #3821: Wrong language at "Installation Notes"

Started by Ronny Hellgrenover 18 years ago2 messagesbugs
Jump to latest
#1Ronny Hellgren
ronny.hellgren@hibc.se

The following bug has been logged online:

Bug reference: 3821
Logged by: Ronny Hellgren
Email address: ronny.hellgren@hibc.se
PostgreSQL version: 8.2
Operating system: Windows XP
Description: Wrong language at "Installation Notes"
Details:

When I am trying to install PostgreSQL 8.2, you can chose which language the
installation will be showed in.
If you chose "Swedish", the page for "Installation Notes" will be in
Turkish(!), not in Swedish !!
And I am not that good in turkish... ;-)

Hope you will change this in the future !

Regards
Ronny Hellgren

#2Magnus Hagander
magnus@hagander.net
In reply to: Ronny Hellgren (#1)
Re: BUG #3821: Wrong language at "Installation Notes"

On Mon, Dec 17, 2007 at 12:01:48PM +0000, Ronny Hellgren wrote:

The following bug has been logged online:

Bug reference: 3821
Logged by: Ronny Hellgren
Email address: ronny.hellgren@hibc.se
PostgreSQL version: 8.2
Operating system: Windows XP
Description: Wrong language at "Installation Notes"
Details:

When I am trying to install PostgreSQL 8.2, you can chose which language the
installation will be showed in.
If you chose "Swedish", the page for "Installation Notes" will be in
Turkish(!), not in Swedish !!
And I am not that good in turkish... ;-)

Hope you will change this in the future !

Indeed it does. Cool :-)

It's already fixed in the 8.3 betas, because the language handling parts were
rewritten.

I think the bug comes from the fact that 8.2 didn't have a swedish
translation of the notes. It's supposed to put in the english notes, but
obviously didn't do that, at least not in 8.2.5.

//Magnus