> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Raphaƫl Enrici
> Sent: 08 May 2006 21:00
> To: PgAdmin Hackers
> Subject: [pgadmin-hackers] i18n online documentation
>
> Dear friends,
>
> Sorry for the noise, I need a refresh on the project I think:
> I can't find hhp files for the fr_FR and other languages,
> what is missing in our development process to get these files
> translated?
There lies a massive problem. The code will automatically use localised docs if
it can find them, but that requires that the entire (ie. pgAdmin, Slony and
PostgreSQL) docset is translated. That's not the real problem though - the real
issue is when we do a release of pgInstaller, we have perhaps a week to bring
everything into sync and get it out of the door. For the non-windows users, the
pgAdmin chm/hhp file *is* the documentation for the Windows version of
PostgreSQL.
I suppose we could only ship the English docs with pgInstaller, but that still
leaves a potential problem bringing everything into sync for pgAdmin-only
releases. What I think we perhaps need to look at is making the localised docs
a runtime-downloadable component, so that we can release them seperately and
make it clear to the user before they download what version of each set of docs
is available to them in the set.
Thoughts?
Regards, Dave.
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match