i18n: Fix problem with break lines in strings extractor
FEA: ItEr76S04BugFixing
This commit is contained in:
parent
bbb7901e5c
commit
f766ba52fd
1 changed files with 1 additions and 1 deletions
|
|
@ -279,7 +279,7 @@ sub parse_hibernate_validations()
|
|||
next;
|
||||
}
|
||||
# First line
|
||||
if ($line =~ /\@\s*\w+\s*\(\s*message\s*=\s*\"(.*?)\s*\"/) {
|
||||
if ($line =~ /\@\s*\w+\s*\(\s*message\s*=\s*\"(.*?)\"\s*/) {
|
||||
$msgid = "\"$1\"";
|
||||
# Line ends with a )
|
||||
if ($line =~ /\)\s*$/) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue