summaryrefslogtreecommitdiffstats
path: root/wpo2po.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 /wpo2po.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 'wpo2po.pl')
-rw-r--r--wpo2po.pl2
1 files changed, 1 insertions, 1 deletions
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 ""