Re: Using gettext

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Kris Jurka <books(at)ejurka(dot)com>, "Serguei A(dot) Mokhov" <mokhov(at)cs(dot)concordia(dot)ca>
Cc: PostgreSQL JDBC Folks <pgsql-jdbc(at)postgresql(dot)org>, Euler Taveira de Oliveira <eulerto(at)yahoo(dot)com(dot)br>, Dennis Bjorklund <db(at)zigo(dot)dhs(dot)org>
Subject: Re: Using gettext
Date: 2004-10-11 10:31:27
Message-ID: 200410111231.27881.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Kris Jurka wrote:
> It's possible to copy the messags from the old .properties files over
> to ..po format, but I have not done so. Primarily because it's a lot
> of work and secondarily because some of the translations didn't look
> like they were in great shape to begin with. The old versions would
> be valuable to any potential translators, so I've put them up here:
>
> http://www.ejurka.com/pgsql/olderrors/

Attached is a script I once used to convert property files to PO files.
Call it with the English properties as first argument and the
translated properties as second argument. I would then try to merge
(msgmerge) the POT file created from the new Java sources (xgettext)
with the output from the script. This process is untested, but I
thought I'd send the script before someone else tries to write one.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

Attachment Content-Type Size
properties2po application/x-perl 1.0 KB

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Ulrich Meis 2004-10-11 15:52:33 A solution to the SSL customizing problem
Previous Message Kris Jurka 2004-10-10 22:30:36 Re: New jdbc website