From 0fc337f67079af674c9fb42ffa3c1416b7378b10 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Wed, 14 Aug 2002 15:22:08 +0000 Subject: Merged po files with pot fixed the date format string (there is no space before the %z (num. time zone)) remove empty files (so it is clear in stats page that they are not translated) --- wiz2pot.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wiz2pot.pl') diff --git a/wiz2pot.pl b/wiz2pot.pl index 4b8f2c6d..ee6357d2 100755 --- a/wiz2pot.pl +++ b/wiz2pot.pl @@ -40,7 +40,7 @@ print STDERR "$ARGV[0] =>"; $ARGV[0] =~ /.*\/(.*)\.wiz.*/; open(PO, "> ./po/$1.pot"); -my $date = `date +%Y-%m-%d\\ %H:%M\\ %z`; +my $date = `date +%Y-%m-%d\\ %H:%M%z`; chomp $date; foreach (keys %{$wpo}) { -- cgit v1.2.1