]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Locales Quoting war fehlerhaft.
authorSven Schöling <s.schoeling@linet-services.de>
Thu, 16 Oct 2008 14:39:38 +0000 (14:39 +0000)
committerSven Schöling <s.schoeling@linet-services.de>
Thu, 16 Oct 2008 14:39:38 +0000 (14:39 +0000)
locale/de/locales.pl

index 6fd6e80e1acc4b07cc0de89ef9f2a34fc6a200dd..3497769a41ad7b64459f386382e303ea6afb1e7b 100755 (executable)
@@ -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";
   }