Re: pogAdmin3 source po file

From: Jean-Michel POURE <jm(dot)poure(at)freesurf(dot)fr>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: pogAdmin3 source po file
Date: 2003-06-05 08:16:07
Message-ID: 200306051016.07564.jm.poure@freesurf.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Le Mercredi 4 Juin 2003 17:22, Andreas Pflug a écrit :
> Proposal for directories: ui/en, ui/fr, ui/de, ...

Under GNU/Linux, all translations are stored in /usr/share/locale.
There is only one .mo file per application. In order to avoid duplicate
entries, it is recommended to have only one .po file.

cvs_root/locale/en/LC_MESSAGES/pgadmin3.po,
cvs_root/locale/fr/LC_MESSAGES/pgadmin3.po,
etc...

/usr/share/locale/en/LC_MESSAGES/pgadmin3.mo,
/usr/share/locale/fr/LC_MESSAGES/pgadmin3.mo,
etc...

"make" should look for the correponding .po files and compile them. During
"make install", the .mo file is moved to /usr/share/locale

Cheers,
Jean-Michel

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2003-06-05 08:16:50 Re: pgadmin3 multi-byte patch(mini)
Previous Message Hiroshi Saito 2003-06-05 00:00:18 Re: pgadmin3 multi-byte patch(mini)