From: Ævar Arnfjörð Bjarmason Date: Mon, 28 Sep 2009 20:43:48 +0000 (+0000) Subject: Actualy having autogenerated timestamps at the top of files which are X-Git-Tag: live~6672 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/b479b0c2b6b6d82942c0efbd4b0633e859a1ed41 Actualy having autogenerated timestamps at the top of files which are under version controll is a pretty lousy idea now that I think of it.. --- diff --git a/script/locale/merge-from-translatewiki b/script/locale/merge-from-translatewiki index 6f0120a45..afb3fca92 100644 --- a/script/locale/merge-from-translatewiki +++ b/script/locale/merge-from-translatewiki @@ -207,7 +207,6 @@ sub spit_out my $yaml_out = Dump $data; open my $fh, ">", $file; - say $fh "# Imported at " . (scalar localtime) . " from Translatewiki.net"; print $fh $yaml_out; close $fh; }