Re: still on pgadmin translation

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: still on pgadmin translation
Дата
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E40154CB43@ratbert.vale-housing.co.uk
обсуждение исходный текст
Ответ на still on pgadmin translation  (Giuseppe Sacco <giuseppe@eppesuigoccas.homedns.org>)
Ответы Re: still on pgadmin translation  (Giuseppe Sacco <giuseppe@eppesuigoccas.homedns.org>)
Список pgadmin-hackers

> -----Original Message-----
> From: pgadmin-hackers-owner@postgresql.org
> [mailto:pgadmin-hackers-owner@postgresql.org] On Behalf Of
> Giuseppe Sacco
> Sent: 08 September 2006 19:10
> To: pgadmin-hackers@postgresql.org
> Subject: [pgadmin-hackers] still on pgadmin translation
>
> [This is my last email for today, I promise.]
>
> I found another slip in the english text:
>
> #: src/frm/frmHint.cpp:131
> msgid "Editting views, stored procedures or functions"
>
> Editting => Editing

Fixed.

> and have a new question: when I change i18n/it_IT/pgadmin3.po then the
> corrisponding .po file isn't updated using "make all". I found that I
> have to run "stringmerge". Is this correct?
>
> Moreover, not all strings appear translated in the GUI. Just
> to make an
> example, I translated all items in the first menu, but only the firsts
> appear in italian, while the bottom three are kept in english.
>
> Do I have to do anything more in order to display all translated
> strings?

Run "stringextract" to update the master template to include all strings
from the last release (from pgadmin3-release.pot) and all new strings
now in the source. The "stringmerge" script is then used to merge this
into each invdividual catalogue, and commit to SVN. This is normally
only run by me, but you can look at it to see how to merge the updated
master template into your translation.

> P.S. I added it_IT to the variable PUB_TX in i18n/Makefile.* . Is this
> correct too?

I'll do that when I assess which translations are complete enough to be
included in the final release. There's a few other places to do as
well...

Regards, Dave.

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

Предыдущее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by dpage: r5343 - in trunk/pgadmin3/i18n: af_ZA ar_SA bg_BG ca_ES cs_CZ da_DK de_CH de_DE el_GR es_ES fa_IR fi_FI fr_FR gl_ES gu_IN hi_IN hr_HR hu_HU id_ID is_IS it_IT ja_JP lt_LT lv_LV mk_MK nb_NO nl_NL pl_PL pt_BR pt_PT ro_RO ru_RU sk_SK sl_SI sr_YU sv_SE tl_PH tr_TR uk_UA ur_PK vi_VN zh_CN zh_TW
Следующее
От: Giuseppe Sacco
Дата:
Сообщение: Re: still on pgadmin translation