projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abf2ff7
)
Warnen, falls L-Plugin benutzt aber nicht mit [% USE L %] eingebunden wird
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 27 Dec 2010 13:33:38 +0000
(14:33 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 27 Dec 2010 13:33:38 +0000
(14:33 +0100)
scripts/locales.pl
patch
|
blob
|
history
diff --git
a/scripts/locales.pl
b/scripts/locales.pl
index
fa787a2
..
ff2cab3
100755
(executable)
--- 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