Revision 0db7873f
Von Sven Schöling vor etwa 16 Jahren hinzugefügt
locale/de/locales.pl | ||
---|---|---|
276 | 276 |
"\@lost = (\n"; |
277 | 277 |
|
278 | 278 |
foreach $entry (@lost) { |
279 |
$entry->{text} =~ s/\'/\\\'/; |
|
280 |
$entry->{translation} =~ s/\'/\\\'/; |
|
279 |
$entry->{text} =~ s/\'/\\\'/g;
|
|
280 |
$entry->{translation} =~ s/\'/\\\'/g;
|
|
281 | 281 |
print FH " { 'text' => '$entry->{text}', 'translation' => '$entry->{translation}' },\n"; |
282 | 282 |
} |
283 | 283 |
|
Auch abrufbar als: Unified diff
Locales Quoting war fehlerhaft.