Re: more i18n/l10n issues - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: more i18n/l10n issues
Date
Msg-id 20030928202657.GB7296@dcc.uchile.cl
Whole thread Raw
In response to more i18n/l10n issues  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Responses Re: more i18n/l10n issues
List pgsql-hackers
On Sun, Sep 28, 2003 at 03:36:50PM -0400, Alvaro Herrera wrote:

> Now for something completely different:

Oh, there's another thing about the --help-config option.  This option
includes an, er, option to display the items that belong to a given
group.  So you could say

/tmp/pgsql-es/bin/postgres --help-config -g 'Security'

and the list of parameters that belong to a group that has the word
Security on it would be displayed.

However, the -l option lists the groups with the translated names, and
of course those names do not match on -g specification.

This little patch allows both versions to match, translated and
untranslated.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Crear es tan difícil como ser libre" (Elsa Triolet)

Attachment

pgsql-hackers by date:

Previous
From: Rod Taylor
Date:
Subject: Re: 2-phase commit
Next
From: Tom Lane
Date:
Subject: Re: more i18n/l10n issues