Fehlendes MenĂ¼ bei Stammdaten->Berichte->Projekte fixed
[kivitendo-erp.git] / scripts / locales.pl
index 0780a49..f663014 100755 (executable)
@@ -404,7 +404,7 @@ sub scanfile {
           }
         }
 
-        my ($found) = /locale->text.*?\(/;
+        my ($found) = / (?: locale->text | \b t8 ) \b .*? \(/x;
         $postmatch = "$'";
 
         if ($found) {