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/