From: Moritz Bunkus Date: Wed, 30 Jan 2013 16:06:30 +0000 (+0100) Subject: locales.pl: mehrere t8() in einer Zeile richtig behandeln X-Git-Tag: release-3.1.0beta1~662 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=67ca0f93194b1d0c8f0a3d090c6c1f604670837d;p=kivitendo-erp.git locales.pl: mehrere t8() in einer Zeile richtig behandeln --- diff --git a/scripts/locales.pl b/scripts/locales.pl index 0c96006f4..23940425c 100755 --- 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) && />/)) {