[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Fwd: Re: Broken Windows build.

From: Erik Huelsmann <e.huelsmann_at_gmx.net>
Date: 2004-04-16 21:23:28 CEST

> >In short: Yes.
> >
> >Could you please do it; I won't be home for at least another hour.
> >
> >
>
> Doing that would be wrong. The _() macro is used to mark string literal
> so that xgettext can detect them and put them in the .pot file. When you
> can't use _() on a literal you use N_() and a direct gettext invocation.
> The right thing here is to #define gettext(x) (x) is !ENABLE_NLS.

Ok. Now that I know how to fix the windows build I can do that, but I have a
question about it: you mapped _() to dgettext. Shouldn't we use dgettext in
the source when calling the translation directly?

bye,

Erik.

PS: Did you have time to work on your second l10n patch, so I might review
it?

-- 
NEU : GMX Internet.FreeDSL
Ab sofort DSL-Tarif ohne Grundgebühr: http://www.gmx.net/info
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 16 21:23:44 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.