lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev NLS tweaks for 282dev4


From: Nelson Henry Eric
Subject: Re: lynx-dev NLS tweaks for 282dev4
Date: Thu, 19 Nov 1998 22:01:26 +0900 (JST)

> to build. I'm not sure of the purpose of this file, so if anyone knows,

The following works for me without a hitch (Solaris2.6, SunOS4.1.3).

% cd lynx2-8-2
% ls ./WWW/Library/Implementation/*.[ch] ./src/*.[ch] ./*.[ch] > z-ls
% cp ../ja.po .
% xgettext -f z-ls -j --no-location -o ja.po
% msgfmt -a -v -o lynx.mo ja.po
% cp lynx.mo /home/.usr/share/locale/ja/LC_MESSAGES

If you are doing it for the first time, the third step is not valid,
and the forth step is without the -j option.  The second step may seem
like overkill, but there certainly is infinitely less overhead than
using a bunch of tools to get an exact listing.  Change ja to the
language of your choice.  Sorry, Jim, but I still do `rm -rf intl po`
before a build.  Once you have libintl, you have it.  Once you've done
even one translation, it's xgettext with -j.

__Henry

reply via email to

[Prev in Thread] Current Thread [Next in Thread]