Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 67ca0f93

Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt

  • ID 67ca0f93194b1d0c8f0a3d090c6c1f604670837d
  • Vorgänger 0b89d2ca
  • Nachfolger 9569aa4b

locales.pl: mehrere t8() in einer Zeile richtig behandeln

Unterschiede anzeigen:

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