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

Re: [Patch] [l10n] Improved human timestamp format

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-01-22 15:14:42 CET

Shouldn't this patch go to the *Subversion* dev list instead of the
TSVN dev list?

Stefan

On 1/22/07, Dongsheng Song <dongsheng.song@gmail.com> wrote:
> Hi All,
> Find the attached patch and log.
>
> With regards
>
> [[[
> Better way to iterate locally scoped hashes.
>
> * subversion/libsvn_subr/time.c
> (human_timestamp_format_suffix):
> Use localized format string instead of hard code.
>
> Patch by: cauchy@tigris.org
> ]]]
>
> Index: subversion/libsvn_subr/time.c
> ===================================================================
> --- subversion/libsvn_subr/time.c (revision 23164)
> +++ subversion/libsvn_subr/time.c (working copy)
> @@ -78,7 +78,7 @@
> "%.4d-%.2d-%.2d %.2d:%.2d:%.2d %+.2d%.2d";
> /* Human explanatory part, generated by apr_strftime. */
> static const char * const human_timestamp_format_suffix =
> -" (%a, %d %b %Y)";
> +_(" (%a, %d %b %Y)");
>
>
> const char *
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
> For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
>
>

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon Jan 22 15:15:01 2007

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.