On Mon, 31 May 2004, Bruce Momjian wrote:
> Date: Mon, 31 May 2004 23:31:42 -0400 (EDT)
>
> I have added the setting of local calls to the top of pg_ctl.c. I did
> not localize ".", nor:
>
> printf("%s (PostgreSQL) %s\n", progname, PG_VERSION);
>
> This does not change based on locale, and none of our other applications
> adjust this for locale.
Maybe not the printf() above, but the "." is different in Chinese ;-)
(I'm not arguing for these changes).
> I do not know how to add the Russian part. Peter does.
Just 'cvs add' nls.mk in the pg_ctl directory. Then create a po/
subdirectory there, 'cvs add' it too, and put the ru.po file in there, and
add that one.
Thank you,
-s