Zeilenumbrüche in lost.
authorSven Schöling <s.schoeling@linet-services.de>
Mon, 1 Feb 2010 15:52:24 +0000 (16:52 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Tue, 20 Jul 2010 09:54:32 +0000 (11:54 +0200)
scripts/locales.pl

index f2bf870..a0314d8 100755 (executable)
@@ -125,7 +125,7 @@ if (scalar @lost) {
     delim     => '()',
     data_name => '@lost',
     data_sub  => sub {
-      _print_line($_->{text}, $_->{translation}, @_, template => "  { 'text' => %s, 'translation' => %s },") for @lost;
+      _print_line($_->{text}, $_->{translation}, @_, template => "  { 'text' => %s, 'translation' => %s },\n") for @lost;
     },
   );
 }