From: Sven Schöling Date: Mon, 1 Feb 2010 15:52:24 +0000 (+0100) Subject: Zeilenumbrüche in lost. X-Git-Tag: release-2.6.2beta1~259 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=5f12923989caef86e0ea585da4a9301531185fd9;p=kivitendo-erp.git Zeilenumbrüche in lost. --- diff --git a/scripts/locales.pl b/scripts/locales.pl index f2bf87000..a0314d85c 100755 --- a/scripts/locales.pl +++ b/scripts/locales.pl @@ -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; }, ); }