X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/41400107ec8929d6ea107de7f5238006e9de029c..42ea98b4:/scripts/locales.pl diff --git a/scripts/locales.pl b/scripts/locales.pl index a5ec52fdc..bdc3852af 100755 --- a/scripts/locales.pl +++ b/scripts/locales.pl @@ -346,7 +346,7 @@ sub scanfile { } # is this a template call? - if (/parse_html_template2?\s*\(\s*[\"\']([\w\/]+)\s*[\"\']/) { + if (/(?:parse_html_template2?|render)\s*\(\s*[\"\']([\w\/]+)\s*[\"\']/) { my $newfile = "$basedir/templates/webpages/$1.html"; if (/parse_html_template2/) { print "E: " . strip_base($file) . " is still using 'parse_html_template2' for " . strip_base($newfile) . ".\n";