summaryrefslogtreecommitdiffstats
path: root/wiz2pot.pl
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2002-08-14 15:22:08 +0000
committerPablo Saratxaga <pablo@mandriva.com>2002-08-14 15:22:08 +0000
commit0fc337f67079af674c9fb42ffa3c1416b7378b10 (patch)
tree0da26696d42252ca9cd31dae4a51fe4573907dda /wiz2pot.pl
parent1c9219d8e9a1996285fa09758137ce97e64e9d70 (diff)
downloaddrakwizard-0fc337f67079af674c9fb42ffa3c1416b7378b10.tar
drakwizard-0fc337f67079af674c9fb42ffa3c1416b7378b10.tar.gz
drakwizard-0fc337f67079af674c9fb42ffa3c1416b7378b10.tar.bz2
drakwizard-0fc337f67079af674c9fb42ffa3c1416b7378b10.tar.xz
drakwizard-0fc337f67079af674c9fb42ffa3c1416b7378b10.zip
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)
Diffstat (limited to 'wiz2pot.pl')
-rwxr-xr-xwiz2pot.pl2
1 files changed, 1 insertions, 1 deletions
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}) {