On Thu, 24 Dec 2009 05:12:06 +0000
"Gobeille, Robert" <[email protected]> wrote:

> Hi Stefan,
> Thanks for the details.  There is also GNU gettext for C (our agents).
> 
> I wonder how this would work with libraries we link to (postgresql,
> etc) where the error messages are generated from those libraries.
> We also have text stored in the database, like in 1.2 we have license
> text saved in the database.  Would they need to be translated?

I would expect the libraries to provide their own translation for
strings. 
(eg http://www.postgresql.org/docs/7.3/static/nls.html
"PostgreSQL programs (server and client) can issue their messages in
your favorite language -- if the messages have been translated." )

> This seems like an excellent idea but it means we need developers to
> sign up to do the translations in time with releases. A single

It does, but luckily strings can trivially be carried forward if they
don't change between releases, and strings which do change are made
obvious (called 'fuzzy') to the translator(s).

> developer leading the way and doing the German text would be a good
> start.  ;-)

Surely a good start would be have all strings in gettext ;)
kk

> We could start putting text into .po files (after v 1.2) if you
> really want to do this.   What would you like?
> 
> Bob Gobeille
> 
> 


-- 
Karl Goetz, (Kamping_Kaiser / VK5FOSS)
Debian contributor / gNewSense Maintainer
http://www.kgoetz.id.au
No, I won't join your social networking group

Attachment: signature.asc
Description: PGP signature

_______________________________________________
fossology mailing list
[email protected]
http://fossology.org/mailman/listinfo/fossology

Reply via email to