Revision a9c191de
Von Sven Schöling vor fast 8 Jahren hinzugefügt
scripts/locales.pl | ||
---|---|---|
57 | 57 |
our @lost = (); |
58 | 58 |
|
59 | 59 |
my %ignore_unused_templates = ( |
60 |
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
|
|
60 |
map { $_ => 1 } qw(ct/testpage.html oe/periodic_invoices_email.txt part/testpage.html t/render.html t/render.js task_server/failure_notification_email.txt |
|
61 | 61 |
failed_background_jobs_report/email.txt) |
62 | 62 |
); |
63 | 63 |
|
Auch abrufbar als: Unified diff
Reste von altem autocomplete feature entfernt