From: Sven Schöling Date: Thu, 16 Oct 2008 14:39:38 +0000 (+0000) Subject: Locales Quoting war fehlerhaft. X-Git-Tag: release-2.6.0beta2~246 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=0db7873fd959b1c41613efbaaefcbeb7f029e8ba;p=kivitendo-erp.git Locales Quoting war fehlerhaft. --- diff --git a/locale/de/locales.pl b/locale/de/locales.pl index 6fd6e80e1..3497769a4 100755 --- 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"; }