diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2002-08-14 15:22:08 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2002-08-14 15:22:08 +0000 |
commit | 0fc337f67079af674c9fb42ffa3c1416b7378b10 (patch) | |
tree | 0da26696d42252ca9cd31dae4a51fe4573907dda /wiz2pot.pl | |
parent | 1c9219d8e9a1996285fa09758137ce97e64e9d70 (diff) | |
download | drakwizard-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-x | wiz2pot.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}) { |