missing translation in zdump

Jakub Bogusz qboosh at pld-linux.org
Sat Nov 5 06:56:09 UTC 2005


Hello,

I found that zdump from tzcode2005* (up to 2005n) is missing gettext
call for one string (line 228 in zdump.c from tzcode2005n):
"%s: warning: zone \"%s\" abbreviation \"%s\" %s\n"

Patch attached.


-- 
Jakub Bogusz    http://qboosh.cs.net.pl/
-------------- next part --------------
--- tzcode2005n/zdump.c.orig	2005-10-17 07:14:28.000000000 +0200
+++ tzcode2005n/zdump.c	2005-11-05 07:33:38.167505808 +0100
@@ -225,7 +225,7 @@
 		return;
 	(void) fflush(stdout);
 	(void) fprintf(stderr,
-		"%s: warning: zone \"%s\" abbreviation \"%s\" %s\n",
+		_("%s: warning: zone \"%s\" abbreviation \"%s\" %s\n"),
 		progname, zone, abbr, wp);
 	warned = TRUE;
 }


More information about the tz mailing list