Re: i18n online documentation

Поиск
Список
Период
Сортировка
От blacknoz@club-internet.fr
Тема Re: i18n online documentation
Дата
Msg-id mnet1.1147332247.4949.blacknoz@club-internet.fr
обсуждение исходный текст
Ответ на i18n online documentation  (Raphaël Enrici <blacknoz@club-internet.fr>)
Список 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@vale-housing.co.uk>
>A: "Guillaume Lelarge" <guillaume.lelarge@gmail.com>
>Copie à: Raphaël Enrici <blacknoz@club-internet.fr>,
>
>
>
>> -----Original Message-----
>> From: Guillaume Lelarge [mailto:guillaume.lelarge@gmail.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



В списке pgadmin-hackers по дате отправления:

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: SVN Commit by dpage: r5144 - trunk/pgadmin3
Следующее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by dpage: r5145 - trunk/pgadmin3/src/utils