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) --- wpo2po.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wpo2po.pl') diff --git a/wpo2po.pl b/wpo2po.pl index a41c9d0e..a06e98b6 100644 --- a/wpo2po.pl +++ b/wpo2po.pl @@ -53,7 +53,7 @@ print STDERR "$ARGV[0] =>"; $ARGV[0] =~ /.*\/(.*)\.(.*)\..*/; open(PO, "> ./po/$1_$2.po"); -my $date = `date +%Y-%m-%d\\ %H:%M\\ %z`; +my $date = `date +%Y-%m-%d\\ %H:%M%z`; chomp $date; print PO 'msgid "" msgstr "" -- cgit v1.2.1