Revision 67ca0f93
Von Moritz Bunkus vor fast 12 Jahren hinzugefügt
scripts/locales.pl | ||
---|---|---|
421 | 421 |
} |
422 | 422 |
|
423 | 423 |
# exit loop if there are no more locales on this line |
424 |
($rc) = ($postmatch =~ /locale->text/);
|
|
424 |
($rc) = ($postmatch =~ /locale->text | \b t8/x);
|
|
425 | 425 |
|
426 | 426 |
if ( ($postmatch =~ />/) |
427 | 427 |
|| (!$found && ($sub_line_no != $line_no) && />/)) { |
Auch abrufbar als: Unified diff
locales.pl: mehrere t8() in einer Zeile richtig behandeln