X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5b8a7012da9cd5b7ba2a45c9df5bad8b2cade252..2b9e50ba726ae1cebd2d51fea7635dedeeae5e1a:/scripts/locales.pl diff --git a/scripts/locales.pl b/scripts/locales.pl index 51db82f11..eb1d81b67 100755 --- a/scripts/locales.pl +++ b/scripts/locales.pl @@ -49,7 +49,8 @@ our $missing = {}; our @lost = (); my %ignore_unused_templates = ( - map { $_ => 1 } qw(ct/testpage.html generic/autocomplete.html oe/periodic_invoices_email.txt part/testpage.html t/render.html t/render.js task_server/failure_notification_email.txt) + map { $_ => 1 } qw(ct/testpage.html generic/autocomplete.html oe/periodic_invoices_email.txt part/testpage.html t/render.html t/render.js task_server/failure_notification_email.txt + failed_background_jobs_report/email.txt) ); my (%referenced_html_files, %locale, %htmllocale, %alllocales, %cached, %submit, %jslocale);