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

[l10n] problem: BDB_WRAP macro in libsvn_fs_base

From: Erik Huelsmann <e.huelsmann_at_gmx.net>
Date: 2005-02-26 23:19:19 CET

The BDB_WRAP macro in libsvn_fs_base is given a partial string to insert
into another string which provides context.

This is exactly the situation as described in the gettext manual how *not*
to do it :-)

Ofcourse, the short-term solution would be to leave these strings alone.

For the longer term, I'd like to find a better solution though. There are
several which come to mind immediately:

1) Copy the context string all over the place so there is no string
insertion anymore
2) Refrase the to-be-inserted strings so the context string becomes
redundant

Is there anybody who has a better idea how to resolve this situation?

bye,

Erik.

-- 
Lassen Sie Ihren Gedanken freien Lauf... z.B. per FreeSMS
GMX bietet bis zu 100 FreeSMS/Monat: http://www.gmx.net/de/go/mail
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Feb 26 23:20:38 2005

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.