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

Re: [PATCH] Translation work in the cmdline client

From: Branko Čibej <brane_at_xbc.nu>
Date: 2004-05-01 14:28:48 CEST

Peter N. Lundblad wrote:

>Index: subversion/clients/cmdline/notify.c
>===================================================================
>--- subversion/clients/cmdline/notify.c (revision 9586)
>+++ subversion/clients/cmdline/notify.c (working copy)
>@@ -232,13 +232,13 @@
>
> case svn_wc_notify_commit_added:
> if (mime_type && svn_mime_type_is_binary (mime_type))
>- printf ("Adding (bin) %s\n", path_stdout);
>+ printf (_("Adding (bin) %s\n"), path_stdout);
> else
>- printf ("Adding %s\n", path_stdout);
>+ printf (_("Adding %s\n"), path_stdout);
> break;
>
> case svn_wc_notify_commit_deleted:
>- printf ("Deleting %s\n", path_stdout);
>+ printf (_("Deleting %s\n"), path_stdout);
> break;
>
>
You should add comments for translators here, explaining that these
three messages must be aligned.

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat May 1 14:30:43 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.