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:
db5c8f4
)
Locales Quoting war fehlerhaft.
author
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 16 Oct 2008 14:39:38 +0000
(14:39 +0000)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 16 Oct 2008 14:39:38 +0000
(14:39 +0000)
locale/de/locales.pl
patch
|
blob
|
history
diff --git
a/locale/de/locales.pl
b/locale/de/locales.pl
index
6fd6e80
..
3497769
100755
(executable)
--- a/
locale/de/locales.pl
+++ b/
locale/de/locales.pl
@@
-276,8
+276,8
@@
if (scalar @lost) {
"\@lost = (\n";
foreach $entry (@lost) {
- $entry->{text} =~ s/\'/\\\'/;
- $entry->{translation} =~ s/\'/\\\'/;
+ $entry->{text} =~ s/\'/\\\'/
g
;
+ $entry->{translation} =~ s/\'/\\\'/
g
;
print FH " { 'text' => '$entry->{text}', 'translation' => '$entry->{translation}' },\n";
}