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

Re: svn commit: r34329 - in branches/tc_url_rev/subversion: include libsvn_wc svn

From: Arfrever Frehtes Taifersar Arahesis <arfrever.fta_at_gmail.com>
Date: Sun, 23 Nov 2008 16:20:39 +0100

2008-11-23 13:16:24 Stefan Sperling napisaƂ(a):
> On Sun, Nov 23, 2008 at 02:58:06AM +0100, Neels J Hofmeyr wrote:
> > Stefan Sperling wrote:
> > > On Fri, Nov 21, 2008 at 07:37:54PM -0800, neels_at_tigris.org wrote:
> > >> Author: neels
> > >> Date: Fri Nov 21 19:37:54 2008
> > >> New Revision: 34329
> > >>
> > >> +const char *
> > >> +svn_wc_operation_str(svn_wc_operation_t operation, apr_pool_t *pool)
> > >> +{
> > >> + switch(operation){
> > >> + case svn_wc_operation_update:
> > >> + return SVN_WC__OPERATION_UPDATE;
> > >> + case svn_wc_operation_switch:
> > >> + return SVN_WC__OPERATION_SWITCH;
> > >> + case svn_wc_operation_merge:
> > >> + return SVN_WC__OPERATION_MERGE;
> > >
> > > You haven't marked the above strings for translation.
> >
> > Say, do the svn commands "update", "switch", etc. get *translated*??
>
> oops :)
>
> Well, I suppose not, sorry.

If they are used without "svn " prefix, then they can be translated.

-- 
Arfrever Frehtes Taifersar Arahesis

Received on 2008-11-23 16:25:26 CET

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.