Обсуждение: Mention NLS option in INSTALL

Поиск
Список
Период
Сортировка

Mention NLS option in INSTALL

От
"Serguei Mokhov"
Дата:
Hi,

Recently I was crawling through the INSTALL
file and didn't find the --enable-nls option anywhere.
Shouldn't it be mentioned there? Somewhere like before
or after --enable-debug? Was it documented at all?
And, perhaps, this file might have some other options
missing - not a good thing!

May I propose smth like this for the forthcoming
beta if it is right place to put this in
(one might want to tweak the English, of course):

--------------------------8<-----------------------    --enable-nls                 Enables Native Language Support
(NLS)for error messages emitted         by the psql, libpq, pg_dump, and postgres components. Currently
supportedlanguages are Czech (some of psql), French (some of         psql), German (psql, pg_dump, libpq, some of
postgres),Russian         (psql, some of pg_dump, libpq, some of postgres), Simplified and         Traditional Chinese
(all?),and Swedish (some of psql). If you          don't see your language here or no translations available for
the desired component, and you're willing to contribute, see         http://webmail.postgresql.org/~petere/nls.php for
details.
--------------------------8<-----------------------


--
Serguei A. Mokhov 



Re: Mention NLS option in INSTALL

От
Tom Lane
Дата:
> Recently I was crawling through the INSTALL
> file and didn't find the --enable-nls option anywhere.

It is mentioned in the sgml sources.  Looks like INSTALL hasn't
been regenerated lately.
        regards, tom lane


Re: Mention NLS option in INSTALL

От
"Serguei Mokhov"
Дата:
----- Original Message ----- 
From: Tom Lane <tgl@sss.pgh.pa.us>
Sent: Wednesday, November 21, 2001 8:46 PM

> > Recently I was crawling through the INSTALL
> > file and didn't find the --enable-nls option anywhere.
> 
> It is mentioned in the sgml sources.  Looks like INSTALL hasn't
> been regenerated lately.

Ah, OK. Sorry.
That's the documentation issue you're currenly fighting
with, guys. I see. I just was a bit surprised.

-s