Thomas Dickey <[EMAIL PROTECTED]> writes:

> I don't recall which version of gettext "fixes" the problem.  (I suppose I
> should find out, since this is not the first time the issue's come up).

In 'po' try something long these lines (use msgmerge 11.x or better):

LL=zh_TW
TEXTDOMAIN=lynx
for l in $LL ; do
  cp $l.po $l.po.tmp
  LANG=C OLD_PO_FILE_INPUT=yes msgmerge -v $l.po.tmp $TEXTDOMAIN.pot -o $l.po
done


-- 
Linux frechet 2.4.20-4GB #1 Tue Apr 8 13:00:26 UTC 2003 i686  GNU/Linux
  2:08pm  up 98 days  5:49,  20 users,  load average: 0.06, 0.09, 0.06
                                             work    :      [EMAIL PROTECTED]
Karl Eichwalder                              home    : [EMAIL PROTECTED]

; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]

Reply via email to