Re: Another transation fix

From: Joe Conway <mail(at)joeconway(dot)com>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>, Peter Eisentraut <peter_e(at)gmx(dot)net>
Subject: Re: Another transation fix
Date: 2004-07-31 20:40:49
Message-ID: 410C03D1.4000206@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Bruce Momjian wrote:
> Here is another try at fixing the translation message. Instead of
> removing the backslashes in the message, I escaped them. Per discussion
> with Joe Conway.

Now I'm getting three errors instead of one:

msgfmt -o po/zh_TW.mo po/zh_TW.po
po/zh_TW.po:199: `msgid' and `msgstr' entries do not both end with '\n'
po/zh_TW.po:260:40: invalid control sequence
po/zh_TW.po:471:11: invalid control sequence
msgfmt: found 3 fatal errors

Not sure if it is relevant, but here are my locale related environment
variables:

LANG=C
LANGUAGE=C
LC_ALL=C

This is on a Fedora core 2 machine. Anyone have any ideas how to
properly fix this?

Thanks,

Joe

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Magnus Hagander 2004-07-31 21:13:24 win32 version info - try 2
Previous Message Bruce Momjian 2004-07-31 20:03:46 Another transation fix