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:
0b89d2c
)
locales.pl: mehrere t8() in einer Zeile richtig behandeln
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 30 Jan 2013 16:06:30 +0000
(17:06 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 30 Jan 2013 16:09:47 +0000
(17:09 +0100)
scripts/locales.pl
patch
|
blob
|
history
diff --git
a/scripts/locales.pl
b/scripts/locales.pl
index
0c96006
..
2394042
100755
(executable)
--- a/
scripts/locales.pl
+++ b/
scripts/locales.pl
@@
-421,7
+421,7
@@
sub scanfile {
}
# exit loop if there are no more locales on this line
- ($rc) = ($postmatch =~ /locale->text
/
);
+ ($rc) = ($postmatch =~ /locale->text
| \b t8/x
);
if ( ($postmatch =~ />/)
|| (!$found && ($sub_line_no != $line_no) && />/)) {