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

[Patch] [l10n] Improved human timestamp format

From: Dongsheng Song <dongsheng.song_at_gmail.com>
Date: 2007-01-22 14:53:49 CET

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
Received on Mon Jan 22 14:54:04 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.