Warnen, falls L-Plugin benutzt aber nicht mit [% USE L %] eingebunden wird
authorMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 27 Dec 2010 13:33:38 +0000 (14:33 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 27 Dec 2010 13:33:38 +0000 (14:33 +0100)
scripts/locales.pl

index fa787a2..ff2cab3 100755 (executable)
@@ -474,7 +474,7 @@ sub scanhtmlfile {
 
       while ($line =~ m/\[\%[^\w]*(\w+)\.\w+\(/g) {
         my $plugin = $1;
-        $plugins{needed}->{$plugin} = 1 if (first { $_ eq $plugin } qw(HTML LxERP JavaScript MultiColumnIterator));
+        $plugins{needed}->{$plugin} = 1 if (first { $_ eq $plugin } qw(HTML LxERP JavaScript MultiColumnIterator L));
       }
 
       while ($line =~ m/(?:             # Start von Variante 1: LxERP.t8('...'); ohne darumliegende [% ... %]-Tags