> -----Original Message-----
> From: Raphaël Enrici [mailto:blacknoz@club-internet.fr]
> Sent: 11 September 2003 23:01
> To: jm@poure.com
> Cc: Dave Page; Adam H. Pendleton; pgadmin-hackers@postgresql.org
> Subject: Re: [pgadmin-hackers] pgAdmin3 icon under RPM platform
>
> Jean-Michel,
> as ".desktop" files can (should) be localized, would it be
> easy to get a
> translation of this file in the future ?
>
Hi Raphael,
The translation in desktop files is handled internally:
For example, where we have:
Comment=PostgreSQL Tools
we can localise it as
Comment[en]=PostgreSQL Tools
Comment[fr]=Outils De PostgreSQL
Comment[es]=Herramientas De PostgreSQL
Comment[ja]=PostgreSQL 用具
and so on (please excuse the Babelfish translations if they're incorrect!)
Regards, Dave.