]> git.openstreetmap.org Git - rails.git/blobdiff - script/locale/merge-from-translatewiki
Actualy having autogenerated timestamps at the top of files which are
[rails.git] / script / locale / merge-from-translatewiki
index 6f0120a45699232dd2de70376e4db6dfbf8c9c87..afb3fca924003cbfaec0417425b72db84b31b53d 100644 (file)
@@ -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;
 }