From 0db7873fd959b1c41613efbaaefcbeb7f029e8ba Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Thu, 16 Oct 2008 14:39:38 +0000 Subject: [PATCH] Locales Quoting war fehlerhaft. --- locale/de/locales.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"; } -- 2.20.1