Re: i18n online documentation

From: blacknoz(at)club-internet(dot)fr
To: dpage(at)vale-housing(dot)co(dot)uk, guillaume(dot)lelarge(at)gmail(dot)com
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: i18n online documentation
Date: 2006-05-11 07:24:07
Message-ID: mnet1.1147332247.4949.blacknoz@club-internet.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

----Message d'origine----
>Sujet: Re: [pgadmin-hackers] i18n online documentation
>Date: Tue, 9 May 2006 22:04:43 +0100
>De: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
>A: "Guillaume Lelarge" <guillaume(dot)lelarge(at)gmail(dot)com>
>Copie à: Raphaël Enrici <blacknoz(at)club-internet(dot)fr>,
>
>
>
>> -----Original Message-----
>> From: Guillaume Lelarge [mailto:guillaume(dot)lelarge(at)gmail(dot)com]
>> Sent: 09 May 2006 22:00
>> To: Dave Page
>> Cc: Raphaël Enrici; PgAdmin Hackers
>> Subject: Re: [pgadmin-hackers] i18n online documentation
>>
>> Yes, you're right. I was thinking of an old installer I used
>> to download nigthly builds of mozilla. It was working on windows only.
>> Sorry about this...
>
>Don't apologise - just keep the ideas coming :-)

Separate downloaders/installers integrated in the app
are not my cup of tea. However, for such case we may
keep the idea of a language pack downloader which could
install the language pack in the ~/.pgadmin3_dir/.
This would not clash with an external packaging if the
app takes care of looking for the language packs in different
locations: from the most general path (system path) to the
most particular one (user path).
I would package pgadmin3-i18n separately or as an addon.

Just my 0,000001 euro cent.

Cheers,
Raph
P.S. Something else Dave, in misc.cpp, pgAdmin is looking for ..hhp and not .hhp, is it normal or is it a typo?

Index: utils/misc.cpp
===================================================================
--- utils/misc.cpp (revision 5144)
+++ utils/misc.cpp (working copy)
@@ -352,7 +352,7 @@
firstCall=false;
wxString helpdir=docPath + wxT("/") + settings->GetCanonicalLanguage();

- if (!wxFile::Exists(helpdir + wxT("/pgadmin3..hhp")) &&
+ if (!wxFile::Exists(helpdir + wxT("/pgadmin3.hhp")) &&
#if defined(__WXMSW__) || wxUSE_LIBMSPACK
!wxFile::Exists(helpdir + wxT("/pgadmin3.chm")) &&
#endif

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2006-05-11 07:35:55 SVN Commit by dpage: r5145 - trunk/pgadmin3/src/utils
Previous Message Dave Page 2006-05-11 07:21:14 Re: SVN Commit by dpage: r5144 - trunk/pgadmin3