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

I18n with gettext

From: Nicolás Lichtmaier <nick_at_reloco.com.ar>
Date: 2004-03-29 03:54:12 CEST

Would you like me to add i18n using gettext? Would it be included?

Besides, I see that files do not include <config.h> (which is named
svn_private_config.h). Why is that? And the ones which do include it,
they include it wrongly, after every other header. Shouldn't every files
have the classic:

#ifdef HAVE_CONFIG_H
#include <config.h>
#endif

(Or "svn_private_config.h", but note that the define will always be
HAVE_CONFIG_H, which IMO made renaming this file not very recommendable).

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Mar 29 03:54:40 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.