Re: more i18n/l10n issues

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: more i18n/l10n issues
Date: 2003-09-28 23:43:36
Message-ID: 20030928234336.GB9973@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Sep 29, 2003 at 12:27:01AM +0200, Peter Eisentraut wrote:
> Alvaro Herrera writes:

> > [fixes for --help-config]

> I'm quite unhappy about the --help-config option. It was developed
> without discussion, it was installed hastily, we don't have any
> information about that interactive configuration application it's supposed
> to target, it's not documented, it's full of unfinished business, it
> certainly doesn't make the code easier to maintain because all the
> documenation is duplicated, but not one-to-one. At this point, I wouldn't
> spend a lot of time trying to make sense of it.

If you put it that way :-) I'll leave it alone. I hope it can be
enhanced in the next release. I'm not sure of it usefulness anyway;
the documentation seems good enough.

> > This little patch allows both versions to match, translated and
> > untranslated.
>
> That doesn't make much sense to me. It might be that a translated word is
> equal to an English word but has a different meaning.

You are probably right. In this case may I suggest sticking the
gettext() on top of the first parameter to strstr(), so only translated
versions are found? This makes for at least moderately sane behavior.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
Y una voz del caos me habló y me dijo
"Sonríe y sé feliz, podría ser peor".
Y sonreí. Y fui feliz.
Y fue peor.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruno Wolff III 2003-09-28 23:47:41 Possible locale issue with 7.4
Previous Message Gaetano Mendola 2003-09-28 23:11:55 Re: Problem with function permission test in a view