[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev keeping lynx in sync with gettext
From: |
Henry Nelson |
Subject: |
Re: lynx-dev keeping lynx in sync with gettext |
Date: |
Fri, 5 Feb 1999 17:28:03 +0900 (JST) |
> While trying to trace down those tracing msgs I mentioned a bit earlier,
> I found the following. There appears to be quite a few instances of
> english being ouput directly to stderr rather than making use of
[...]
> A lot of the CTRACE calls are still feeding english to the output
[...]
> Finally, for those who have worked so hard on alternate language modules
> for lynx I have a question - are you also translating the help file, html
> files, and man pages? Having those be available for download right along
My opinion is that there is entirely too much CTRACE code in place.
It should all be able to be turned off with a compile time switch.
PLEASE do not put all that debugging code in a gettext call.
I personally am not going to do the help files. (There already is
some excellent Japanese documentation out there.)
__Henry