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

Re: [PATCH] More po updates

From: Branko ÄŒibej <brane_at_xbc.nu>
Date: 2004-05-23 15:18:39 CEST

Peter N. Lundblad wrote:

>Index: subversion/clients/cmdline/log-cmd.c
>===================================================================
>--- subversion/clients/cmdline/log-cmd.c (revisión: 9860)
>+++ subversion/clients/cmdline/log-cmd.c (copia de trabajo)
>@@ -252,8 +253,9 @@
> {
> lines = num_lines (msg_stdout);
> SVN_ERR (svn_stream_printf (lb->out, pool,
>- " | %d line%s", lines,
>- (lines > 1) ? "s" : ""));
>+ (lines == 1) ?
>+ _(" | %d line") : _(" | %d lines"),
>+ lines));
> }
>
>Hmmm... Did we reach consensus about using ngettext? According to the gettext
>manual, this doesn't work for all languages, i.e. languages with more than
>two plural forms.
>
>
Oh yes. Or obscure languages from out-of-the way places with a dual form.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun May 23 15:20:17 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.