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:
41d4951
)
Nicht zu viele Quote-Chars behalten.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 28 Oct 2010 11:25:32 +0000
(13:25 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 28 Dec 2010 13:41:11 +0000
(14:41 +0100)
scripts/locales.pl
patch
|
blob
|
history
diff --git
a/scripts/locales.pl
b/scripts/locales.pl
index
ff2638b
..
b26fe89
100755
(executable)
--- a/
scripts/locales.pl
+++ b/
scripts/locales.pl
@@
-283,11
+283,11
@@
sub extract_text_between_parenthesis {
} else {
if ($quote_next) {
+ $text .= '\\' unless $cur_char eq "'";
$text .= $cur_char;
$quote_next = 0;
} elsif ($cur_char eq '\\') {
- $text .= $cur_char;
$quote_next = 1;
} elsif ($cur_char eq $inside_string) {