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

Re: svn commit: r33792 - in trunk/subversion: libsvn_wc svn

From: Jens Seidel <jensseidel_at_users.sf.net>
Date: Tue, 21 Oct 2008 11:25:06 +0200

On Tue, Oct 21, 2008 at 01:28:05AM -0700, Greg Stein wrote:
> Is there a way to mark the strings as "We made a conscious decision to
> not translate these" ? ... I fear that in a year or so, somebody will
> come along, notice they done have _() around them, and *add* it back.

Of course! Just invent a new unused macro similar to _() and mark the
text with it. Maybe I_() for internal or U_() for unused?
(N_() is already in use.)

This way it would also be possible to later tell xgettext to extract
these messages (e.g. into a separate PO file) if this is wanted
in some rare cases (e.g. for some language teams).

Affected file would be (search for gettext)
 configure.ac
 subversion/svn_private_config.hw

Jens

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-10-21 11:26:06 CEST

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.