Re: A bunch of minor issues

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: A bunch of minor issues
Дата
Msg-id 46FB9F6A.6090808@postgresql.org
обсуждение исходный текст
Ответ на Re: A bunch of minor issues  (Heikki Linnakangas <heikki@enterprisedb.com>)
Список pgadmin-hackers
Heikki Linnakangas wrote:
> Dave Page wrote:
>> Heikki Linnakangas wrote:
>>> There's some strings in calls to wxLogDebug, like "OnTargetComplete()
>>> called", that are wrapped in _() for translation. Aren't those just for
>>> developers, and therefore a waste of time to translate?
>> Yep. Removed.
>
> Here's a few more, though I must admit that translating "Someone created
> a new line ending style! Run, run for your lives!!" would be much more
> fun than the run-of-the-mill strings ;-).

Committed that bit.

> I also added a XXX-comment to a suspicious piece of code in
> sysLogger.cpp. It's comparing to a string that's marked for translation,
> that's apparently coming from the operating system. You might want to
> change it to a non-translated string or something.
>

But not that bit.

Thanks, Dave.

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

Предыдущее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by dpage: r6681 - in trunk/pgadmin3/pgadmin: debugger frm
Следующее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by dpage: r6682 - trunk/pgadmin3