projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
984d50b
)
Zeilenumbrüche in lost.
author
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 1 Feb 2010 15:52:24 +0000
(16:52 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 20 Jul 2010 09:54:32 +0000
(11:54 +0200)
scripts/locales.pl
patch
|
blob
|
history
diff --git
a/scripts/locales.pl
b/scripts/locales.pl
index
f2bf870
..
a0314d8
100755
(executable)
--- 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;
},
);
}