Translating procman...
- From: Christian Rose <menthos menthos com>
- To: Kevin Vandersloot <kfv101 psu edu>,Erik Johnsson <zaphod linux nu>
- Cc: <gnome-i18n gnome org>
- Subject: Translating procman...
- Date: Mon, 2 Jul 2001 10:06:24 +0200 (MEST)
On 1 Jul 2001, Kevin Vandersloot wrote:
> Procman source can now be found in GNOME cvs.
Hi!
I had a look at it for the purpose of translating. There seems to be
no bugzilla component for procman yet, so here comes the report.
There is a minor problem, namely when you run xml-i18n-update (which
calls xgettext) you get:
src/proctable.c:65: warning: unterminated string literal
Just a warning, but it works. I had a look at the code in that place and
it seems there is a lot of XML inside the C code. The XML seems to be
marked for translation (title:s have an underscore in front), and this
could be a bigger problem for translation purposes: Afaik, XML has to be
put in seperate files (outside of C files) for XML translation to work.
The reason is that xml-i18n-tools determines file types based on file
extension, and C files are passed directly to xgettext, which is
XML-unaware. So the XML strings marked for translation will never even get
extracted.
Nevertheless, thanks for this nice application!
(/me proceeds with translating)
Christian
[Date Prev][
Date Next] [Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]