Hi Folks!
I finished writing a tool, similar to `xgettext' named `pas2po'.
This program extracts all translatable strings out of a GNU Pascal source file and creates a po file, similar to xgettext. Missing is the timezone information. The output is not sorted, but there are no duplicate entries. Like xgettext output, you have to edit the file by hand to include the missing informations. (Later on, you can process this po file with `msgfmt' to create a mo file)
You can download the actual sources via ftp from: agnes.dida.physik.uni-essen.de/pub/home/lange/pas2po-0.2.tar.gz
See, that this is _completely_ different from that in inter-unit (tools), but shares the same name. I'll remove the one in inter-unit.
Eike