Re: A bunch of minor issues
- From: Dave Page <dpage(at)postgresql(dot)org>
- To: Heikki Linnakangas <heikki(at)enterprisedb(dot)com>
- Cc: pgadmin-hackers(at)postgresql(dot)org, Guillaume Lelarge <guillaume(at)lelarge(dot)info>
- Subject: Re: A bunch of minor issues
- Date: Thu, 27 Sep 2007 13:17:46 +0100
- Message-id: <46FB9F6A.6090808@postgresql.org> <text/plain>
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.
Home |
Main Index |
Thread Index