]> 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 28b56323cbb2ac6d6e873c679db8b2cebe29064d..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) && />/)) {
@@ -645,7 +645,7 @@ __END__
 
 =head1 NAME
 
-locales.pl - Collect strings for translation in Lx-Office
+locales.pl - Collect strings for translation in kivitendo
 
 =head1 SYNOPSIS