From 67ca0f93194b1d0c8f0a3d090c6c1f604670837d Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 30 Jan 2013 17:06:30 +0100 Subject: [PATCH] locales.pl: mehrere t8() in einer Zeile richtig behandeln --- scripts/locales.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) && />/)) { -- 2.20.1