From: Moritz Bunkus Date: Mon, 27 Dec 2010 13:33:38 +0000 (+0100) Subject: Warnen, falls L-Plugin benutzt aber nicht mit [% USE L %] eingebunden wird X-Git-Tag: release-2.6.2beta1~64^2~3 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=c8cda754236ffa63fcd7a6be4c8b1f1d670db26a;p=kivitendo-erp.git Warnen, falls L-Plugin benutzt aber nicht mit [% USE L %] eingebunden wird --- diff --git a/scripts/locales.pl b/scripts/locales.pl index fa787a24b..ff2cab324 100755 --- a/scripts/locales.pl +++ b/scripts/locales.pl @@ -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