Revision 2c2fc191
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
scripts/locales.pl | ||
---|---|---|
48 | 48 |
our @lost = (); |
49 | 49 |
|
50 | 50 |
my %ignore_unused_templates = ( |
51 |
map { $_ => 1 } qw(ct/testpage.html generic/autocomplete.html oe/periodic_invoices_email.txt part/testpage.html t/render.html t/render.js) |
|
51 |
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)
|
|
52 | 52 |
); |
53 | 53 |
|
54 | 54 |
my (%referenced_html_files, %locale, %htmllocale, %alllocales, %cached, %submit, %jslocale); |
Auch abrufbar als: Unified diff
locales.pl: Task-Server-Fehlschlags-E-Mail-Template ignorieren