]> wagnertech.de Git - mfinanz.git/blobdiff - scripts/locales.pl
Refactoring: Parameterredesign SL::Controller::Base::render und SL::Presenter::render
[mfinanz.git] / scripts / locales.pl
index 0c96006f460cfb04ae76d8ed08fbd10f364ef8c1..23940425cee4231799606ea4ffa3035bc73ef9eb 100755 (executable)
@@ -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) && />/)) {